Changeset 72595 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jun 18, 2018 12:48:42 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123091
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r72591 r72595 6255 6255 { 6256 6256 HMSVM_VALIDATE_EXIT_HANDLER_PARAMS(); 6257 #if 0/** @todo Needs testing. @bugref{6973} */6257 #if 1 /** @todo Needs testing. @bugref{6973} */ 6258 6258 VBOXSTRICTRC rcStrict = IEMExecDecodedRdtsc(pVCpu, hmR0SvmGetInstrLengthHwAssist(pVCpu, pCtx, 2)); 6259 6259 if (rcStrict == VINF_SUCCESS) … … 6288 6288 { 6289 6289 HMSVM_VALIDATE_EXIT_HANDLER_PARAMS(); 6290 #if 0/** @todo Needs testing. @bugref{6973} */6290 #if 1 /** @todo Needs testing. @bugref{6973} */ 6291 6291 VBOXSTRICTRC rcStrict = IEMExecDecodedRdtscp(pVCpu, hmR0SvmGetInstrLengthHwAssist(pVCpu, pCtx, 2)); 6292 6292 if (rcStrict == VINF_SUCCESS)
Note:
See TracChangeset
for help on using the changeset viewer.