410,411c410
< bool usermode =
< (thread->readMiscReg(AlphaISA::IPR_DTB_CM) & 0x18) != 0;
---
> bool usermode = TheISA::inUserMode(tc);