Changeset 49793 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Dec 5, 2013 5:09:00 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91122
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PATMSSM.cpp
r49792 r49793 432 432 static SSMFIELD const g_aPatmRelocRec[] = 433 433 { 434 SSMFIELD_ENTRY ( RELOCREC, Core.Key), // HC pointer into patch memory.434 SSMFIELD_ENTRY_HCPTR_HACK_U32( RELOCREC, Core.Key), // Used to store the relocation type 435 435 SSMFIELD_ENTRY_IGN_HCPTR( RELOCREC, Core.pLeft), 436 436 SSMFIELD_ENTRY_IGN_HCPTR( RELOCREC, Core.pRight), … … 439 439 SSMFIELD_ENTRY( RELOCREC, uType), 440 440 SSMFIELD_ENTRY_PAD_HC_AUTO( 0, 4), 441 SSMFIELD_ENTRY ( RELOCREC, pRelocPos), // HC pointer into patch memory.441 SSMFIELD_ENTRY_HCPTR_HACK_U32( RELOCREC, pRelocPos), // converted to a patch member offset. 442 442 SSMFIELD_ENTRY_RCPTR( RELOCREC, pSource), 443 443 SSMFIELD_ENTRY_RCPTR( RELOCREC, pDest),
Note:
See TracChangeset
for help on using the changeset viewer.