Changeset 19460 in vbox for trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
- Timestamp:
- May 6, 2009 7:46:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.