Changeset 85965 in vbox for trunk/include/VBox/vmm/vm.h
- Timestamp:
- Aug 31, 2020 11:47:31 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 140160
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/vm.h
r84431 r85965 269 269 struct APICCPU s; 270 270 #endif 271 uint8_t padding[ 1792]; /* multiple of 64 */271 uint8_t padding[3840]; /* multiple of 64 */ 272 272 } apic; 273 273 … … 285 285 286 286 /** Align the following members on page boundary. */ 287 uint8_t abAlignment2[ 1400];287 uint8_t abAlignment2[3448]; 288 288 289 289 /** PGM part. */
Note:
See TracChangeset
for help on using the changeset viewer.