- Timestamp:
- May 6, 2009 7:46:33 PM (16 years ago)
- Location:
- trunk/src/VBox/VMM/VMMR0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
r19457 r19460 2131 2131 2132 2132 /* Just set the correct state here instead of trying to catch every goto above. */ 2133 VMCPU_ SET_STATE(pVCpu, VMCPUSTATE_STARTED);2133 VMCPU_CMPXCHG_STATE(pVCpu, VMCPUSTATE_STARTED, VMCPUSTATE_STARTED_EXEC); 2134 2134 2135 2135 STAM_PROFILE_ADV_STOP(&pVCpu->hwaccm.s.StatExit1, x); -
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r19457 r19460 3519 3519 3520 3520 /* Just set the correct state here instead of trying to catch every goto above. */ 3521 VMCPU_ SET_STATE(pVCpu, VMCPUSTATE_STARTED);3521 VMCPU_CMPXCHG_STATE(pVCpu, VMCPUSTATE_STARTED, VMCPUSTATE_STARTED_EXEC); 3522 3522 3523 3523 STAM_STATS({
Note:
See TracChangeset
for help on using the changeset viewer.