Changeset 40656 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Mar 26, 2012 8:07:36 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/vm.h
r40405 r40656 138 138 struct HWACCMCPU s; 139 139 #endif 140 uint8_t padding[53 12]; /* multiple of 64 */140 uint8_t padding[5376]; /* multiple of 64 */ 141 141 } hwaccm; 142 142 … … 215 215 216 216 /** Align the following members on page boundary. */ 217 uint8_t abAlignment2[1024 ];217 uint8_t abAlignment2[1024 - 64]; 218 218 219 219 /** PGM part. */
Note:
See TracChangeset
for help on using the changeset viewer.