- Timestamp:
- Oct 23, 2019 10:25:50 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 134208
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FlashCore.cpp
r81480 r81483 372 372 return VERR_SSM_LOAD_CONFIG_MISMATCH; 373 373 SSMR3GetU32(pSSM, &u32Val); 374 if (u 16Val != pThis->cbFlashSize)374 if (u32Val != pThis->cbFlashSize) 375 375 return VERR_SSM_LOAD_CONFIG_MISMATCH; 376 376
Note:
See TracChangeset
for help on using the changeset viewer.