Changeset 23770 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Oct 14, 2009 3:47:54 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 53507
- Location:
- trunk/src/VBox/VMM/PATM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PATM/CSAM.cpp
r23768 r23770 129 129 SSMFIELD_ENTRY( CSAM, fScanningStarted), 130 130 SSMFIELD_ENTRY( CSAM, fGatesChecked), 131 SSMFIELD_ENTRY_PAD_HC( CSAM, Alignment1, 4, 4),131 SSMFIELD_ENTRY_PAD_HC( CSAM, Alignment1, 6, 2), 132 132 SSMFIELD_ENTRY_IGNORE( CSAM, StatNrTraps), 133 133 SSMFIELD_ENTRY_IGNORE( CSAM, StatNrPages), -
trunk/src/VBox/VMM/PATM/CSAMInternal.h
r20374 r23770 188 188 /* Set when the IDT gates have been checked for the first time. */ 189 189 bool fGatesChecked; 190 bool Alignment1[HC_ARCH_BITS == 32 ? 4: 2]; /**< Align the stats on an 8-byte boundrary. */190 bool Alignment1[HC_ARCH_BITS == 32 ? 6 : 2]; /**< Align the stats on an 8-byte boundrary. */ 191 191 192 192 STAMCOUNTER StatNrTraps;
Note:
See TracChangeset
for help on using the changeset viewer.