Changeset 41459 in vbox
- Timestamp:
- May 28, 2012 10:36:49 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PGMInternal.h
r41458 r41459 2141 2141 * off). */ 2142 2142 bool fDirty : 1; 2143 bool afPadding1 : 1+8; 2143 bool fPadding1 : 1; 2144 bool fPadding2; 2144 2145 2145 2146 /** The index of this page. */ … … 2181 2182 uint32_t volatile cLocked; 2182 2183 #if GC_ARCH_BITS == 64 2183 uint32_t Alignment2;2184 uint32_t u32Alignment3; 2184 2185 #endif 2185 2186 # ifdef VBOX_STRICT
Note:
See TracChangeset
for help on using the changeset viewer.