VirtualBox

Changeset 56815 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jul 6, 2015 11:25:42 AM (10 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: nit.

File:
1 edited

Legend:

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

    r56708 r56815  
    88608860    STAM_PROFILE_ADV_STOP_START(&pVCpu->hm.s.StatInGC, &pVCpu->hm.s.StatExit1, x);
    88618861    TMNotifyEndOfExecution(pVCpu);                                    /* Notify TM that the guest is no longer running. */
    8862     Assert(!(ASMGetFlags() & X86_EFL_IF));
     8862    Assert(!ASMIntAreEnabled());
    88638863    VMCPU_SET_STATE(pVCpu, VMCPUSTATE_STARTED_HM);
    88648864
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