86c86
< Addr pc = tc->readPC() & ~0x3;
---
> Addr pc = tc->instAddr() & ~0x3;
94c94
< if (pc != (tc->readPC() & ~0x3))
---
> if (pc != (tc->instAddr() & ~0x3))