Changeset 96435 in vbox for trunk/include
- Timestamp:
- Aug 23, 2022 10:40:19 AM (2 years ago)
- Location:
- trunk/include/VBox/vmm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/vm.h
r96407 r96435 146 146 struct IEMCPU s; 147 147 #endif 148 uint8_t padding[ 28736]; /* multiple of 64 */148 uint8_t padding[32832]; /* multiple of 64 */ 149 149 } iem; 150 150 … … 327 327 } em; 328 328 329 /** Align the structure size on 16384 boundrary for arm64 purposes. */330 uint8_t abStructPadding[4096];331 329 } VMCPU; 332 330 333 331 334 332 #ifndef VBOX_FOR_DTRACE_LIB 333 /* Make sure the structure size is aligned on a 16384 boundary for arm64 purposes. */ 335 334 AssertCompileSizeAlignment(VMCPU, 16384); 336 335 -
trunk/include/VBox/vmm/vm.mac
r96407 r96435 58 58 59 59 alignb 64 60 .iem resb 2873660 .iem resb 32832 61 61 62 62 alignb 64
Note:
See TracChangeset
for help on using the changeset viewer.