VirtualBox

Changeset 49792 in vbox for trunk/src


Ignore:
Timestamp:
Dec 5, 2013 3:58:55 PM (11 years ago)
Author:
vboxsync
Message:

VMM/PATM: fixed SSM fields for RELOCREC (both members contain host pointers)

File:
1 edited

Legend:

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

    r49789 r49792  
    432432static SSMFIELD const g_aPatmRelocRec[] =
    433433{
    434     SSMFIELD_ENTRY_HCPTR_HACK_U32(  RELOCREC, Core.Key),        // Used to store the relocation type
     434    SSMFIELD_ENTRY(                 RELOCREC, Core.Key),        // HC pointer into patch memory.
    435435    SSMFIELD_ENTRY_IGN_HCPTR(       RELOCREC, Core.pLeft),
    436436    SSMFIELD_ENTRY_IGN_HCPTR(       RELOCREC, Core.pRight),
     
    439439    SSMFIELD_ENTRY(                 RELOCREC, uType),
    440440    SSMFIELD_ENTRY_PAD_HC_AUTO(     0, 4),
    441     SSMFIELD_ENTRY_HCPTR_HACK_U32(  RELOCREC, pRelocPos),       // converted to a patch member offset.
     441    SSMFIELD_ENTRY(                 RELOCREC, pRelocPos),       // HC pointer into patch memory.
    442442    SSMFIELD_ENTRY_RCPTR(           RELOCREC, pSource),
    443443    SSMFIELD_ENTRY_RCPTR(           RELOCREC, pDest),
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