731a732
> DPRINTF(SimpleCPU, "Translating address %#x\n", ifetch_req->getVaddr());
747a749,750
> DPRINTF(SimpleCPU, "Sending fetch for addr %#x(pa: %#x)\n",
> req->getVaddr(), req->getPaddr());
749a753
> DPRINTF(SimpleCPU, " -- pkt addr: %#x\n", ifetch_pkt->getAddr());
760a765
> DPRINTF(SimpleCPU, "Translation of addr %#x faulted\n", req->getVaddr());
802a808,810
> DPRINTF(SimpleCPU, "Complete ICache Fetch for addr %#x\n", pkt ?
> pkt->getAddr() : 0);
>
883a892
> DPRINTF(SimpleCPU, "Received timing response %#x\n", pkt->getAddr());