Changeset 32137 in vbox
- Timestamp:
- Aug 31, 2010 12:30:53 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65412
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vm.h
r32133 r32137 122 122 * following it (to grow into and align the struct size). 123 123 * */ 124 uint8_t abAlignment1[HC_ARCH_BITS == 32 ? 64 : 56];124 uint8_t abAlignment1[HC_ARCH_BITS == 32 ? 16+64 : 56]; 125 125 126 126 /** CPUM part. */ -
trunk/include/VBox/vm.mac
r32133 r32137 127 127 .aStatAdHoc resb STAMPROFILEADV_size * 8 128 128 129 %if HC_ARCH_BITS == 32 130 .abAlignment1 resd 16+1 131 %endif 129 132 alignb 64 130 133
Note:
See TracChangeset
for help on using the changeset viewer.