144c144
< if (pending) {
---
> if (pending || pendingQueue.size()) {
149c149
< processWalk();
---
> return processWalk();
196a197
> DPRINTF(TLB, "Trickbox check caused fault on %#x\n", currState->vaddr);
198,200d198
< currState->transState->finish(f, currState->req,
< currState->tc, currState->mode);
<