Changeset 37464 in vbox for trunk/include
- Timestamp:
- Jun 15, 2011 10:04:37 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/vm.h
r37452 r37464 897 897 /** Padding - the unions must be aligned on a 64 bytes boundary and the unions 898 898 * must start at the same offset on both 64-bit and 32-bit hosts. */ 899 uint8_t abAlignment1[HC_ARCH_BITS == 32 ? 3 0: 0];899 uint8_t abAlignment1[HC_ARCH_BITS == 32 ? 32 : 0]; 900 900 #endif 901 901
Note:
See TracChangeset
for help on using the changeset viewer.