Changeset 22892 in vbox
- Timestamp:
- Sep 9, 2009 11:22:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vm.h
r22890 r22892 180 180 struct VMMCPU s; 181 181 #endif 182 char padding[3 20]; /* multiple of 64 */182 char padding[384]; /* multiple of 64 */ 183 183 } vmm; 184 184 … … 212 212 213 213 /** Align the structure size at page boundrary. */ 214 uint8_t abAlignment2[8 96];214 uint8_t abAlignment2[832]; 215 215 } VMCPU; 216 216
Note:
See TracChangeset
for help on using the changeset viewer.