- Timestamp:
- Dec 5, 2013 3:58:55 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PATMSSM.cpp
r49789 r49792 432 432 static SSMFIELD const g_aPatmRelocRec[] = 433 433 { 434 SSMFIELD_ENTRY _HCPTR_HACK_U32( RELOCREC, Core.Key), // Used to store the relocation type434 SSMFIELD_ENTRY( RELOCREC, Core.Key), // HC pointer into patch memory. 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 _HCPTR_HACK_U32( RELOCREC, pRelocPos), // converted to a patch member offset.441 SSMFIELD_ENTRY( RELOCREC, pRelocPos), // HC pointer into patch memory. 442 442 SSMFIELD_ENTRY_RCPTR( RELOCREC, pSource), 443 443 SSMFIELD_ENTRY_RCPTR( RELOCREC, pDest),
Note:
See TracChangeset
for help on using the changeset viewer.