610,611c610,613
< if (!fromRom)
< fault = setupFetchRequest(&ifetch_req);
---
> if (!fromRom) {
> setupFetchRequest(&ifetch_req);
> fault = thread->itb->translateAtomic(&ifetch_req, tc);
> }