1153,1155c1153,1155
< DPRINTF(Fetch, "[tid:%i]: Instruction PC %#x created "
< "[sn:%lli]\n",
< tid, instruction->readPC(), inst_seq);
---
> DPRINTF(Fetch, "[tid:%i]: Instruction PC %#x (%d) created "
> "[sn:%lli]\n", tid, instruction->readPC(),
> instruction->readMicroPC(), inst_seq);