Changeset 1860 in vbox for trunk/src/VBox/VMM/PATM
- Timestamp:
- Apr 2, 2007 2:09:10 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PATM/CSAMInternal.h
r1859 r1860 186 186 /* Set when the IDT gates have been checked for the first time. */ 187 187 bool fGatesChecked; 188 bool Alignment1[2]; 189 // bool Alignment1[HC_ARCH_BITS == 32 ? 4 : 6]; /**< Align the stats on an 8-byte boundrary. */ 188 bool Alignment1[HC_ARCH_BITS == 32 ? 4 : 6]; /**< Align the stats on an 8-byte boundrary. */ 190 189 191 190 STAMCOUNTER StatNrTraps;
Note:
See TracChangeset
for help on using the changeset viewer.