Changeset 65380 in vbox for trunk/include/VBox
- Timestamp:
- Jan 20, 2017 9:00:28 AM (8 years ago)
- Location:
- trunk/include/VBox/vmm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/vm.h
r64770 r65380 238 238 struct APICCPU s; 239 239 #endif 240 uint8_t padding[ 768]; /* multiple of 64 */240 uint8_t padding[1792]; /* multiple of 64 */ 241 241 } apic; 242 242 … … 254 254 255 255 /** Align the following members on page boundary. */ 256 uint8_t abAlignment2[ 3192];256 uint8_t abAlignment2[2168]; 257 257 258 258 /** PGM part. */ -
trunk/include/VBox/vmm/vm.mac
r63648 r65380 71 71 .dbgf resb 256 72 72 .gim resb 512 73 .apic resb 76873 .apic resb 1792 74 74 75 75 .fTraceGroups resd 1
Note:
See TracChangeset
for help on using the changeset viewer.