VirtualBox

Changeset 20667 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Jun 17, 2009 1:10:23 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
48762
Message:

Wrong assertion

File:
1 edited

Legend:

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

    r20666 r20667  
    42124212    rc2 = VMXActivateVMCS(pVCpu->hwaccm.s.vmx.pVMCSPhys);
    42134213    AssertRCReturn(rc2, rc2);
    4214 #ifdef RT_OS_WINDOWS
    4215     Assert(ASMGetFlags() & X86_EFL_IF);
    4216 #else
    42174214    Assert(!(ASMGetFlags() & X86_EFL_IF));
    4218 #endif
    42194215    return rc;
    42204216}
Note: See TracChangeset for help on using the changeset viewer.

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