338,340c338,339
< req->setVirt(0, thread->readPC() & ~3, sizeof(MachInst),
< (FULL_SYSTEM && (thread->readPC() & 1)) ? PHYSICAL : 0,
< thread->readPC());
---
> req->setVirt(0, thread->readPC() & ~3, sizeof(MachInst), 0,
> thread->readPC());