Changeset 23777 in vbox for trunk/src/VBox/VMM/PATM
- Timestamp:
- Oct 14, 2009 9:39:19 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 53515
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PATM/CSAM.cpp
r23772 r23777 109 109 SSMFIELD_ENTRY_IGNORE( CSAM, offVM), 110 110 SSMFIELD_ENTRY_PAD_HC64( CSAM, Alignment0, sizeof(uint32_t)), 111 SSMFIELD_ENTRY_ HCPTR(CSAM, pPageTree),111 SSMFIELD_ENTRY_IGN_HCPTR( CSAM, pPageTree), 112 112 SSMFIELD_ENTRY( CSAM, aDangerousInstr), 113 113 SSMFIELD_ENTRY( CSAM, cDangerousInstr), … … 115 115 SSMFIELD_ENTRY_RCPTR( CSAM, pPDBitmapGC), 116 116 SSMFIELD_ENTRY_RCPTR( CSAM, pPDHCBitmapGC), 117 SSMFIELD_ENTRY_ HCPTR(CSAM, pPDBitmapHC),118 SSMFIELD_ENTRY_ HCPTR(CSAM, pPDGCBitmapHC),119 SSMFIELD_ENTRY_ HCPTR(CSAM, savedstate.pSSM),117 SSMFIELD_ENTRY_IGN_HCPTR( CSAM, pPDBitmapHC), 118 SSMFIELD_ENTRY_IGN_HCPTR( CSAM, pPDGCBitmapHC), 119 SSMFIELD_ENTRY_IGN_HCPTR( CSAM, savedstate.pSSM), 120 120 SSMFIELD_ENTRY( CSAM, savedstate.cPageRecords), 121 121 SSMFIELD_ENTRY( CSAM, savedstate.cPatchPageRecords), … … 187 187 static const SSMFIELD g_aCsamPageRecFields[] = 188 188 { 189 SSMFIELD_ENTRY_ HCPTR(CSAMPAGEREC, Core.Key),190 SSMFIELD_ENTRY_ HCPTR(CSAMPAGEREC, Core.pLeft),191 SSMFIELD_ENTRY_ HCPTR(CSAMPAGEREC, Core.pRight),189 SSMFIELD_ENTRY_IGN_HCPTR( CSAMPAGEREC, Core.Key), 190 SSMFIELD_ENTRY_IGN_HCPTR( CSAMPAGEREC, Core.pLeft), 191 SSMFIELD_ENTRY_IGN_HCPTR( CSAMPAGEREC, Core.pRight), 192 192 SSMFIELD_ENTRY_IGNORE( CSAMPAGEREC, Core.uchHeight), 193 193 SSMFIELD_ENTRY_PAD_HC_AUTO( 3, 7),
Note:
See TracChangeset
for help on using the changeset viewer.