VirtualBox

Changeset 81483 in vbox for trunk


Ignore:
Timestamp:
Oct 23, 2019 10:25:50 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
134208
Message:

Devices/EFI/FlashCore.cpp: Fixed loading a saved state

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/FlashCore.cpp

    r81480 r81483  
    372372            return VERR_SSM_LOAD_CONFIG_MISMATCH;
    373373        SSMR3GetU32(pSSM, &u32Val);
    374         if (u16Val != pThis->cbFlashSize)
     374        if (u32Val != pThis->cbFlashSize)
    375375            return VERR_SSM_LOAD_CONFIG_MISMATCH;
    376376
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette