Changeset 87751 in vbox for trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
- Timestamp:
- Feb 13, 2021 1:57:20 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142803
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r87606 r87751 4382 4382 STAM_PROFILE_ADV_STOP_START(&pVCpu->hm.s.StatInGC, &pVCpu->hm.s.StatPreExit, x); 4383 4383 PVMCC pVM = pVCpu->CTX_SUFF(pVM); 4384 TMNotifyEndOfExecution(pVM, pVCpu );/* Notify TM that the guest is no longer running. */4384 TMNotifyEndOfExecution(pVM, pVCpu, uHostTsc); /* Notify TM that the guest is no longer running. */ 4385 4385 VMCPU_SET_STATE(pVCpu, VMCPUSTATE_STARTED_HM); 4386 4386
Note:
See TracChangeset
for help on using the changeset viewer.