- Timestamp:
- Feb 20, 2019 1:41:14 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
r77380 r77381 14443 14443 if (cMaxInstructions-- > 0) 14444 14444 { 14445 /* Poll timers every 2048 instructions. */14445 /* Poll timers every now an then according to the caller's specs. */ 14446 14446 if ( (cMaxInstructions & cPollRate) != 0 14447 14447 || !TMTimerPollBool(pVM, pVCpu))
Note:
See TracChangeset
for help on using the changeset viewer.