VirtualBox

Changeset 49799 in vbox


Ignore:
Timestamp:
Dec 5, 2013 11:41:15 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
91131
Message:

Missed the else in the FIXUP_ABSOLUTE case.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PATMSSM.cpp

    r49796 r49799  
    559559    PATM_SUBTRACT_PTR(rec.pRelocPos, pVM->patm.s.pPatchMemHC);
    560560
     561    /* Zero rec.Core.Key since it's unused and may trigger SSM check due to the hack below. */
     562    rec.Core.Key = 0;
     563
    561564    if (rec.uType == FIXUP_ABSOLUTE)
    562565    {
     
    577580            rec.Core.Key = (AVLPVKEY)PATM_FIXUP_CPUID_CENTAUR;
    578581    }
    579     else /* Zero rec.Core.Key since it's unused and may trigger SSM check due to the above hack. */
    580         rec.Core.Key = 0;
    581582
    582583    /* Save the lookup record. */
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