Changeset 58283 in vbox for trunk/include/VBox
- Timestamp:
- Oct 16, 2015 3:20:38 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 103477
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/vm.h
r58125 r58283 1146 1146 struct GIM s; 1147 1147 #endif 1148 uint8_t padding[ 320+64];/* multiple of 64 */1148 uint8_t padding[448]; /* multiple of 64 */ 1149 1149 } gim; 1150 1150 … … 1171 1171 1172 1172 /** Padding for aligning the cpu array on a page boundary. */ 1173 uint8_t abAlignment2[ 4062];1173 uint8_t abAlignment2[3998]; 1174 1174 1175 1175 /* ---- end small stuff ---- */
Note:
See TracChangeset
for help on using the changeset viewer.