Changeset 10408 in vbox for trunk/include/VBox/vm.h
- Timestamp:
- Jul 9, 2008 12:04:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vm.h
r9450 r10408 550 550 #endif 551 551 #if GC_ARCH_BITS == 32 552 char padding[HC_ARCH_BITS == 32 ? 0x 6f00 : 0xbf00]; /* multiple of 32 */552 char padding[HC_ARCH_BITS == 32 ? 0x7f00 : 0xcf00]; /* multiple of 32 */ 553 553 #else 554 char padding[HC_ARCH_BITS == 32 ? 0x 9f00 : 0xdf00]; /* multiple of 32 */554 char padding[HC_ARCH_BITS == 32 ? 0xaf00 : 0xef00]; /* multiple of 32 */ 555 555 #endif 556 556 } rem;
Note:
See TracChangeset
for help on using the changeset viewer.