Changeset 60542 in vbox for trunk/include/VBox
- Timestamp:
- Apr 18, 2016 3:02:26 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/vm.h
r60307 r60542 237 237 struct APICCPU s; 238 238 # endif 239 uint8_t padding[ 512]; /* multiple of 64 */239 uint8_t padding[640]; /* multiple of 64 */ 240 240 } apic; 241 241 #endif … … 243 243 /** Align the following members on page boundary. */ 244 244 #ifdef VBOX_WITH_NEW_APIC 245 uint8_t abAlignment2[2 880];245 uint8_t abAlignment2[2752]; 246 246 #else 247 247 uint8_t abAlignment2[3392];
Note:
See TracChangeset
for help on using the changeset viewer.