Changeset 72657 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Jun 22, 2018 11:05:11 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123168
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/EMAll.cpp
r72655 r72657 472 472 VBOXSTRICTRC rcStrict = IEMExecForExits(pVCpu, fWillExit, 473 473 pExitRec->cMaxInstructionsWithoutExit /* cMinInstructions*/, 474 4096 /*cMaxInstructions*/,474 pVCpu->em.s.cHistoryExecMaxInstructions, 475 475 pExitRec->cMaxInstructionsWithoutExit, 476 476 &ExecStats); … … 494 494 PEMEXITREC pExitRecUnconst = (PEMEXITREC)pExitRec; 495 495 VBOXSTRICTRC rcStrict = IEMExecForExits(pVCpu, fWillExit, 496 64 /*cMinInstructions*/,497 4096 /*cMaxInstructions*/,498 32 /*cMaxInstructionsWithoutExit*/,496 pVCpu->em.s.cHistoryProbeMinInstructions, 497 pVCpu->em.s.cHistoryExecMaxInstructions, 498 pVCpu->em.s.cHistoryProbeMaxInstructionsWithoutExit, 499 499 &ExecStats); 500 500 LogFlow(("EMHistoryExec/EXEC_PROBE: %Rrc cExits=%u cMaxExitDistance=%u cInstructions=%u\n",
Note:
See TracChangeset
for help on using the changeset viewer.