Changeset 38841 in vbox for trunk/src/VBox
- Timestamp:
- Sep 23, 2011 11:39:15 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/VMInternal.h
r38838 r38841 331 331 bool volatile fWait; 332 332 /** Align the next bit. */ 333 bool afAlignment[ 7];333 bool afAlignment[HC_ARCH_BITS == 32 ? 3 : 7]; 334 334 335 335 /** @name Generic Halt data
Note:
See TracChangeset
for help on using the changeset viewer.