Changeset 65906 in vbox
- Timestamp:
- Mar 1, 2017 10:43:11 AM (8 years ago)
- File:
-
- 1 edited
-
trunk/include/VBox/vmm/cpumctx.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpumctx.h
r65904 r65906 431 431 uint16_t aoffXState[64]; 432 432 433 #if HC_ARCH_BITS == 64 433 434 /** 724 - Size padding. */ 434 435 uint32_t u32Padding; 436 #else 437 /** 716 - Size padding. */ 438 uint8_t auPadding[12]; 439 #endif 435 440 436 441 /** 728 - Hardware virtualization state. */
Note:
See TracChangeset
for help on using the changeset viewer.

