Changeset 57158 in vbox for trunk/include/VBox
- Timestamp:
- Aug 3, 2015 1:47:44 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 101904
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/vm.h
r56628 r57158 1146 1146 struct GIM s; 1147 1147 #endif 1148 uint8_t padding[ 256]; /* multiple of 64 */1148 uint8_t padding[320]; /* 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[ 94];1173 uint8_t abAlignment2[30]; 1174 1174 1175 1175 /* ---- end small stuff ---- */
Note:
See TracChangeset
for help on using the changeset viewer.