157,158c157,158
< memReq = new Request();
< memReq->setVirt(0, addr, size, flags, masterId, thread->pcState().instAddr());
---
> memReq = new Request(0, addr, size, flags, masterId,
> thread->pcState().instAddr(), tc->contextId(), 0);
245,246c245,246
< memReq = new Request();
< memReq->setVirt(0, addr, size, flags, masterId, thread->pcState().instAddr());
---
> memReq = new Request(0, addr, size, flags, masterId,
> thread->pcState().instAddr(), tc->contextId(), 0);