Changeset 56815 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jul 6, 2015 11:25:42 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r56708 r56815 8860 8860 STAM_PROFILE_ADV_STOP_START(&pVCpu->hm.s.StatInGC, &pVCpu->hm.s.StatExit1, x); 8861 8861 TMNotifyEndOfExecution(pVCpu); /* Notify TM that the guest is no longer running. */ 8862 Assert(! (ASMGetFlags() & X86_EFL_IF));8862 Assert(!ASMIntAreEnabled()); 8863 8863 VMCPU_SET_STATE(pVCpu, VMCPUSTATE_STARTED_HM); 8864 8864
Note:
See TracChangeset
for help on using the changeset viewer.