- Timestamp:
- Aug 17, 2024 2:15:11 AM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp
r105714 r105717 211 211 { 212 212 /* Do polling. */ 213 uint64_t const cTbExecNative = pVCpu->iem.s.cTbExecNative;214 213 if ( RT_LIKELY((int32_t)--pVCpu->iem.s.cTbsTillNextTimerPoll > 0) 215 214 || iemPollTimers(pVCpu->CTX_SUFF(pVM), pVCpu) == VINF_SUCCESS)
Note:
See TracChangeset
for help on using the changeset viewer.