Changeset 74833 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Oct 15, 2018 4:19:13 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpumctx.h
r74798 r74833 671 671 /** 0x3f8 - A subset of guest force flags that are saved while running the 672 672 * nested-guest. */ 673 #ifdef VMCPU_WITH_64_BIT_FFS 674 uint64_t fLocalForcedActions; 675 #else 673 676 uint32_t fLocalForcedActions; 674 uint8_t abPadding[4]; 677 uint32_t fPadding; 678 #endif 675 679 } hwvirt; 676 680 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.