-
- Downloads
There was an error fetching the commit references. Please try again later.
C: Trigger interrupts more than once per callsite
The interrupt triggering loop is left if no interrupt has been triggered in this loop iteration. That ensures that we trigger interrupts in random order and possibly more than once. Unfortunately the previous code didn't correctly record if any interrupt had been triggered and would thus leave the loop after at most one iteration.
Please register or sign in to comment