Changeset 46214 in vbox for trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
- Timestamp:
- May 22, 2013 12:33:59 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r46192 r46214 3362 3362 rc = pVCpu->hm.s.vmx.pfnStartVM(pVCpu->hm.s.fResumeVM, pCtx, &pVCpu->hm.s.vmx.VMCSCache, pVM, pVCpu); 3363 3363 #endif 3364 STAM_PROFILE_ADV_STOP_START(&pVCpu->hm.s.StatInGC, &pVCpu->hm.s.StatExit1, x); 3364 3365 ASMAtomicWriteBool(&pVCpu->hm.s.fCheckedTLBFlush, false); 3365 3366 ASMAtomicIncU32(&pVCpu->hm.s.cWorldSwitchExits); … … 3392 3393 } 3393 3394 3394 STAM_PROFILE_ADV_STOP_START(&pVCpu->hm.s.StatInGC, &pVCpu->hm.s.StatExit1, x);3395 3395 ASMSetFlags(uOldEFlags); 3396 3396 #ifdef VBOX_WITH_VMMR0_DISABLE_PREEMPTION
Note:
See TracChangeset
for help on using the changeset viewer.