Changeset 71970 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Apr 23, 2018 9:04:53 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 122228
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r71965 r71970 7819 7819 { 7820 7820 HMSVM_VALIDATE_EXIT_HANDLER_PARAMS(); 7821 /** @todo Stat. */ 7822 /* STAM_COUNTER_INC(&pVCpu->hm.s.StatExitVmrun); */ 7823 #if 0 7821 7824 7822 VBOXSTRICTRC rcStrict; 7825 7823 uint8_t const cbInstr = hmR0SvmGetInstrLengthHwAssist(pVCpu, pCtx, 3); … … 7832 7830 } 7833 7831 return VBOXSTRICTRC_VAL(rcStrict); 7834 #endif7835 return VERR_EM_INTERPRETER;7836 7832 } 7837 7833
Note:
See TracChangeset
for help on using the changeset viewer.