VirtualBox

Changeset 15735 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Dec 23, 2008 3:46:15 PM (16 years ago)
Author:
vboxsync
Message:

Extra check

File:
1 edited

Legend:

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

    r15734 r15735  
    36873687    }
    36883688
    3689     VMXActivateVMCS(pVCpu->hwaccm.s.vmx.pVMCSPhys);
     3689    rc2 = VMXActivateVMCS(pVCpu->hwaccm.s.vmx.pVMCSPhys);
     3690    AssertRCReturn(rc2, rc2);
    36903691#ifdef RT_OS_WINDOWS
    36913692    Assert(ASMGetFlags() & X86_EFL_IF);
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