602c602
< fault = cpu->translateInstReq(mem_req, cpu->thread[tid]);
---
> fault = cpu->itb->translate(mem_req, cpu->thread[tid]->getTC());