Changeset 22930 in vbox
- Timestamp:
- Sep 10, 2009 11:10:50 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/uvm.h
r22928 r22930 91 91 92 92 /** Align the next member on a 32 byte boundrary. */ 93 uint8_t abAlignment0[HC_ARCH_BITS == 32 ? 16 : 0];93 uint8_t abAlignment0[HC_ARCH_BITS == 32 ? 16 : 8]; 94 94 95 95 /** The VM internal data. */
Note:
See TracChangeset
for help on using the changeset viewer.