Changeset 45094 in vbox
- Timestamp:
- Mar 19, 2013 5:51:30 PM (12 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/HMInternal.h
r45093 r45094 596 596 /** Ring 0 handlers for VT-x. */ 597 597 PFNHMVMXSTARTVM pfnStartVM; 598 598 #if HC_ARCH_BITS == 32 599 599 uint32_t u32Alignment1; 600 #endif 600 601 601 602 /** Current VMX_VMCS32_CTRL_PIN_EXEC_CONTROLS. */ -
trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp
r44769 r45094 401 401 CHECK_MEMBER_ALIGNMENT(HMCPU, StatEntry, 8); 402 402 CHECK_MEMBER_ALIGNMENT(HMCPU, vmx.HCPhysVmcs, sizeof(RTHCPHYS)); 403 CHECK_MEMBER_ALIGNMENT(HMCPU, vmx.u32P rocCtls, 8);403 CHECK_MEMBER_ALIGNMENT(HMCPU, vmx.u32PinCtls, 8); 404 404 CHECK_MEMBER_ALIGNMENT(HMCPU, Event.u64IntrInfo, 8); 405 405
Note:
See TracChangeset
for help on using the changeset viewer.