Changeset 80152 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Aug 6, 2019 8:23:33 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/HMInternal.h
r80150 r80152 696 696 /** Ring-0 pointer to the hardware-assisted VMX execution function. */ 697 697 PFNHMVMXSTARTVM pfnStartVM; 698 #if HC_ARCH_BITS == 32699 uint32_t u32Alignment0;700 #endif701 698 /** @} */ 702 699 … … 969 966 /** Ring 0 handlers for VT-x. */ 970 967 PFNHMSVMVMRUN pfnVMRun; 971 #if HC_ARCH_BITS == 32972 uint32_t u32Alignment0;973 #endif974 968 975 969 /** Physical address of the host VMCB which holds additional host-state. */
Note:
See TracChangeset
for help on using the changeset viewer.