Changeset 46218 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- May 22, 2013 1:31:26 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r46214 r46218 3321 3321 3322 3322 /* All done! Let's start VM execution. */ 3323 STAM_PROFILE_ADV_STOP_START(&pVCpu->hm.s.StatEntry, &pVCpu->hm.s.StatInGC, x);3324 3323 Assert(idCpuCheck == RTMpCpuId()); 3325 3324 … … 3357 3356 #endif 3358 3357 3358 STAM_PROFILE_ADV_STOP_START(&pVCpu->hm.s.StatEntry, &pVCpu->hm.s.StatInGC, x); 3359 3359 #ifdef VBOX_WITH_KERNEL_USING_XMM 3360 3360 rc = HMR0VMXStartVMWrapXMM(pVCpu->hm.s.fResumeVM, pCtx, &pVCpu->hm.s.vmx.VMCSCache, pVM, pVCpu, pVCpu->hm.s.vmx.pfnStartVM);
Note:
See TracChangeset
for help on using the changeset viewer.