Changeset 40022 in vbox for trunk/include/VBox
- Timestamp:
- Feb 7, 2012 8:29:04 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 76145
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/vm.h
r39034 r40022 156 156 struct IEMCPU s; 157 157 #endif 158 uint8_t padding[ 1024]; /* multiple of 64 */158 uint8_t padding[3072]; /* multiple of 64 */ 159 159 } iem; 160 160 … … 215 215 216 216 /** Align the following members on page boundary. */ 217 uint8_t abAlignment2[ 3072];217 uint8_t abAlignment2[1024]; 218 218 219 219 /** PGM part. */
Note:
See TracChangeset
for help on using the changeset viewer.