Changeset 45301 in vbox for trunk/include/VBox/vmm/vm.h
- Timestamp:
- Apr 3, 2013 9:51:13 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84702
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/vm.h
r45276 r45301 990 990 struct IOM s; 991 991 #endif 992 uint8_t padding[8 32]; /* multiple of 64 */992 uint8_t padding[896]; /* multiple of 64 */ 993 993 } iom; 994 994 … … 1087 1087 1088 1088 /** Padding for aligning the cpu array on a page boundary. */ 1089 uint8_t abAlignment2[ 542];1089 uint8_t abAlignment2[478]; 1090 1090 1091 1091 /* ---- end small stuff ---- */
Note:
See TracChangeset
for help on using the changeset viewer.