Changeset 24582 in vbox for trunk/src/VBox/VMM/VMMInternal.h
- Timestamp:
- Nov 11, 2009 2:38:34 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMInternal.h
r23487 r24582 269 269 /** Whether log flushing has been disabled or not. */ 270 270 bool fRCLoggerFlushingDisabled; 271 bool afAlignment[ 7]; /**< Alignment padding. */271 bool afAlignment[6]; /**< Alignment padding. */ 272 272 /** @} */ 273 274 /** Whether the stack guard pages have been stationed or not. */ 275 bool fStackGuardsStationed; 273 276 274 277 /** The EMT yield timer. */
Note:
See TracChangeset
for help on using the changeset viewer.