Changeset 37416 in vbox
- Timestamp:
- Jun 10, 2011 8:27:17 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72215
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/vm.h
r37410 r37416 862 862 /** @} */ 863 863 864 #if HC_ARCH_BITS == 32 865 /** Alignment padding.. */ 866 uint32_t uPadding4; 867 #endif 868 864 869 /** @name Switcher statistics (remove) 865 870 * @{ */ … … 892 897 /** Padding - the unions must be aligned on a 64 bytes boundary and the unions 893 898 * must start at the same offset on both 64-bit and 32-bit hosts. */ 894 uint8_t abAlignment1[HC_ARCH_BITS == 32 ? 3 6: 0];899 uint8_t abAlignment1[HC_ARCH_BITS == 32 ? 30 : 0]; 895 900 #endif 896 901
Note:
See TracChangeset
for help on using the changeset viewer.