Changeset 23556 in vbox for trunk/include
- Timestamp:
- Oct 5, 2009 11:51:31 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 53202
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vm.h
r23214 r23556 135 135 struct HWACCMCPU s; 136 136 #endif 137 uint8_t padding[5 248]; /* multiple of 64 */137 uint8_t padding[5312]; /* multiple of 64 */ 138 138 } hwaccm; 139 139 … … 203 203 204 204 /** Align the following members on page boundrary. */ 205 uint8_t abAlignment2[ 832];205 uint8_t abAlignment2[768]; 206 206 207 207 /** PGM part. */
Note:
See TracChangeset
for help on using the changeset viewer.