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