- Timestamp:
- Jun 19, 2018 8:37:12 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123106
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r72600 r72609 6272 6272 { 6273 6273 HMSVM_VALIDATE_EXIT_HANDLER_PARAMS(); 6274 VBOXSTRICTRC rcStrict = IEMExecDecodedRdtscp(pVCpu, hmR0SvmGetInstrLengthHwAssist(pVCpu, pCtx, 2));6274 VBOXSTRICTRC rcStrict = IEMExecDecodedRdtscp(pVCpu, hmR0SvmGetInstrLengthHwAssist(pVCpu, pCtx, 3)); 6275 6275 if (rcStrict == VINF_SUCCESS) 6276 6276 pSvmTransient->fUpdateTscOffsetting = true;
Note:
See TracChangeset
for help on using the changeset viewer.