212a213,220
>
> // If the ready event is supposed to run now, run it inline so that it
> // preempts any delta notifications which were scheduled while we were
> // paused.
> if (readyEvent.scheduled()) {
> eq->deschedule(&readyEvent);
> runReady();
> }