Changeset 19434 in vbox for trunk/include/VBox
- Timestamp:
- May 6, 2009 1:58:35 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vm.h
r19423 r19434 161 161 } tm; 162 162 163 /** VMM part. 164 * @todo Combine this with other tiny structures. */ 163 /** VMM part. */ 165 164 union 166 165 { … … 168 167 struct VMMCPU s; 169 168 #endif 170 char padding[ 64];/* multiple of 64 */169 char padding[256]; /* multiple of 64 */ 171 170 } vmm; 172 171
Note:
See TracChangeset
for help on using the changeset viewer.