Changeset 77296 in vbox
- Timestamp:
- Feb 13, 2019 12:15:43 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 128815
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp
r76553 r77296 4857 4857 uint32_t cMemRegions = 0; 4858 4858 rc = SSMR3GetU32(pSSM, &cMemRegions); 4859 AssertLogRelR eturn(rc, rc);4859 AssertLogRelRCReturn(rc, rc); 4860 4860 4861 4861 while (cMemRegions) … … 4865 4865 uint32_t u32AddrEnd = 0; 4866 4866 rc = SSMR3GetU32(pSSM, &u32AddrEnd); 4867 AssertLogRelR eturn(rc, rc);4867 AssertLogRelRCReturn(rc, rc); 4868 4868 4869 4869 uint32_t cRegion = u32AddrEnd - u32AddrStart + 1;
Note:
See TracChangeset
for help on using the changeset viewer.