Changeset 31782 in vbox for trunk/include/VBox/vm.h
- Timestamp:
- Aug 19, 2010 11:18:51 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vm.h
r31732 r31782 968 968 struct FTM s; 969 969 #endif 970 uint8_t padding[ 128]; /* multiple of 64 */970 uint8_t padding[512]; /* multiple of 64 */ 971 971 } ftm; 972 972 … … 1001 1001 1002 1002 /** Padding for aligning the cpu array on a page boundrary. */ 1003 uint8_t abAlignment2[1 886];1003 uint8_t abAlignment2[1502]; 1004 1004 1005 1005 /* ---- end small stuff ---- */
Note:
See TracChangeset
for help on using the changeset viewer.