Changeset 51852 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Jul 3, 2014 3:09:01 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 94703
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/vm.h
r51643 r51852 1078 1078 struct TM s; 1079 1079 #endif 1080 uint8_t padding[24 32]; /* multiple of 64 */1080 uint8_t padding[2496]; /* multiple of 64 */ 1081 1081 } tm; 1082 1082 … … 1147 1147 1148 1148 /** Padding for aligning the cpu array on a page boundary. */ 1149 uint8_t abAlignment2[ 158];1149 uint8_t abAlignment2[94]; 1150 1150 1151 1151 /* ---- end small stuff ---- */
Note:
See TracChangeset
for help on using the changeset viewer.