136c136
< return (intstatus != 0) && !(tc->readPC() & 0x3);
---
> return (intstatus != 0) && !(tc->pcState().pc() & 0x3);