Changeset 23778 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Oct 14, 2009 9:42:00 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 53516
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PATM/CSAM.cpp
r23777 r23778 107 107 static const SSMFIELD g_aCsamFields[] = 108 108 { 109 /** @todo there are more fields that can be ignored here. */ 109 110 SSMFIELD_ENTRY_IGNORE( CSAM, offVM), 110 111 SSMFIELD_ENTRY_PAD_HC64( CSAM, Alignment0, sizeof(uint32_t)), … … 113 114 SSMFIELD_ENTRY( CSAM, cDangerousInstr), 114 115 SSMFIELD_ENTRY( CSAM, iDangerousInstr), 115 SSMFIELD_ENTRY_RCPTR( CSAM, pPDBitmapGC), 116 SSMFIELD_ENTRY_RCPTR( CSAM, pPDHCBitmapGC), 116 SSMFIELD_ENTRY_RCPTR( CSAM, pPDBitmapGC), /// @todo ignore this? 117 SSMFIELD_ENTRY_RCPTR( CSAM, pPDHCBitmapGC), /// @todo ignore this? 117 118 SSMFIELD_ENTRY_IGN_HCPTR( CSAM, pPDBitmapHC), 118 119 SSMFIELD_ENTRY_IGN_HCPTR( CSAM, pPDGCBitmapHC),
Note:
See TracChangeset
for help on using the changeset viewer.