VirtualBox

Changeset 30316 in vbox


Ignore:
Timestamp:
Jun 18, 2010 9:20:42 PM (14 years ago)
Author:
vboxsync
Message:

CPUM.cpp: Too quick with r62871, the test just wasn't updated when bumping the saved state version.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/CPUM.cpp

    r30315 r30316  
    12061206static int cpumR3LoadCpuId(PVM pVM, PSSMHANDLE pSSM, uint32_t uVersion)
    12071207{
    1208     AssertMsgReturn(uVersion <= CPUM_SAVED_STATE_VERSION, ("%u\n", uVersion), VERR_SSM_UNSUPPORTED_DATA_UNIT_VERSION);
     1208    AssertMsgReturn(uVersion >= CPUM_SAVED_STATE_VERSION_VER3_2, ("%u\n", uVersion), VERR_SSM_UNSUPPORTED_DATA_UNIT_VERSION);
    12091209
    12101210    /*
Note: See TracChangeset for help on using the changeset viewer.

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