VirtualBox

Changeset 15656 in vbox


Ignore:
Timestamp:
Dec 18, 2008 1:38:53 PM (16 years ago)
Author:
vboxsync
Message:

Removed obsolete assertion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp

    r15654 r15656  
    36363636    rc = pVM->hwaccm.s.pfnHost32ToGuest64R0(pVM);
    36373637
    3638 #ifdef VBOX_STRICT
    3639     RTHCUINTREG  uFlagsTest = ASMGetFlags();
    3640 #endif
    3641 
    36423638    /* Make sure the VMX instructions don't cause #UD faults. */
    36433639    ASMSetCR4(ASMGetCR4() | X86_CR4_VMXE);
     
    36543650
    36553651    VMXActivateVMCS(pVCpu->hwaccm.s.vmx.pVMCSPhys);
    3656     Assert(!(uFlagsTest & X86_EFL_IF));
    36573652
    36583653    return rc;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette