Changeset 15656 in vbox
- Timestamp:
- Dec 18, 2008 1:38:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r15654 r15656 3636 3636 rc = pVM->hwaccm.s.pfnHost32ToGuest64R0(pVM); 3637 3637 3638 #ifdef VBOX_STRICT3639 RTHCUINTREG uFlagsTest = ASMGetFlags();3640 #endif3641 3642 3638 /* Make sure the VMX instructions don't cause #UD faults. */ 3643 3639 ASMSetCR4(ASMGetCR4() | X86_CR4_VMXE); … … 3654 3650 3655 3651 VMXActivateVMCS(pVCpu->hwaccm.s.vmx.pVMCSPhys); 3656 Assert(!(uFlagsTest & X86_EFL_IF));3657 3652 3658 3653 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.