- Timestamp:
- Nov 4, 2008 1:47:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vm.h
r13785 r13786 99 99 100 100 /** Align the next bit on a 64-byte boundary. */ 101 uint32_t au32Alignment[HC_ARCH_BITS == 32 ? 1: 6];101 uint32_t au32Alignment[HC_ARCH_BITS == 32 ? 9 : 6]; 102 102 103 103 /** CPUM part. */
Note:
See TracChangeset
for help on using the changeset viewer.