Changeset 45749 in vbox for trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
- Timestamp:
- Apr 26, 2013 12:14:09 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r45655 r45749 3381 3381 3382 3382 TMNotifyEndOfExecution(pVCpu); 3383 VMCPU_SET_STATE(pVCpu, VMCPUSTATE_STARTED );3383 VMCPU_SET_STATE(pVCpu, VMCPUSTATE_STARTED_HM); 3384 3384 Assert(!(ASMGetFlags() & X86_EFL_IF)); 3385 3385 … … 5042 5042 5043 5043 /* Just set the correct state here instead of trying to catch every goto above. */ 5044 VMCPU_CMPXCHG_STATE(pVCpu, VMCPUSTATE_STARTED , VMCPUSTATE_STARTED_EXEC);5044 VMCPU_CMPXCHG_STATE(pVCpu, VMCPUSTATE_STARTED_HM, VMCPUSTATE_STARTED_EXEC); 5045 5045 5046 5046 #ifdef VBOX_WITH_VMMR0_DISABLE_PREEMPTION
Note:
See TracChangeset
for help on using the changeset viewer.