322a323,326
> *
> * <li>A fetch event is scheduled. Normally this would never be the
> case with microPC() == 0, but right after a context is
> activated it can happen.
326,327c330
< return microPC() == 0 &&
< !stayAtPC;
---
> return microPC() == 0 && !stayAtPC && !fetchEvent.scheduled();