Changeset 92353 in vbox for trunk/include/VBox
- Timestamp:
- Nov 11, 2021 10:54:57 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 148204
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/vm.h
r92170 r92353 192 192 struct NEMCPU s; 193 193 #endif 194 uint8_t padding[ 512];/* multiple of 64 */194 uint8_t padding[2560]; /* multiple of 64 */ 195 195 } nem; 196 196 … … 282 282 283 283 /** Align the following members on page boundary. */ 284 uint8_t abAlignment2[ 2744];284 uint8_t abAlignment2[696]; 285 285 286 286 /** PGM part. */
Note:
See TracChangeset
for help on using the changeset viewer.