VirtualBox

Changeset 22100 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Aug 7, 2009 11:52:52 PM (15 years ago)
Author:
vboxsync
Message:

SSM: Fixed assertion in SSMR3SetGCPtrSize on 32-bit hosts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/SSM-new.cpp

    r22034 r22100  
    60516051    }
    60526052    else if (   pSSM->u.Read.cbGCPtr != cbGCPtr
    6053              && pSSM->u.Read.cbFileHdr == sizeof(SSMFILEHDRV11))
     6053             && pSSM->u.Read.uFmtVerMajor == 1
     6054             && pSSM->u.Read.uFmtVerMinor == 1)
    60546055        AssertMsgFailed(("SSMR3SetGCPtrSize: already fixed at %u bytes; requested %u bytes\n", pSSM->u.Read.cbGCPtr, cbGCPtr));
    60556056
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