116c116
< tc->readRegOtherThread(MISCREG_TC_BIND + Misc_Reg_Base, tid);
---
> tc->readRegOtherThread(RegId(MiscRegClass, MISCREG_TC_BIND), tid);
122,123c122,123
< tc->readRegOtherThread(MISCREG_TC_STATUS +
< Misc_Reg_Base,tid);
---
> tc->readRegOtherThread(RegId(MiscRegClass, MISCREG_TC_STATUS),
> tid);
126c126,127
< tc->readRegOtherThread(MISCREG_TC_HALT + Misc_Reg_Base,tid);
---
> tc->readRegOtherThread(RegId(MiscRegClass, MISCREG_TC_HALT),
> tid);
131,133c132,134
< tc->setRegOtherThread(MISCREG_TC_RESTART +
< Misc_Reg_Base, Rs, tid);
< tc->setRegOtherThread(Rd_bits, Rt, tid);
---
> tc->setRegOtherThread(RegId(MiscRegClass, MISCREG_TC_RESTART),
> Rs, tid);
> tc->setRegOtherThread(RegId(IntRegClass, Rd_bits), Rt, tid);
152c153
< tc->setRegOtherThread(MISCREG_TC_STATUS + Misc_Reg_Base,
---
> tc->setRegOtherThread(RegId(MiscRegClass, MISCREG_TC_STATUS),
188c189
< tc->readRegOtherThread(MISCREG_TC_STATUS + Misc_Reg_Base,
---
> tc->readRegOtherThread(RegId(MiscRegClass, MISCREG_TC_STATUS),
191c192
< tc->readRegOtherThread(MISCREG_TC_HALT + Misc_Reg_Base,
---
> tc->readRegOtherThread(RegId(MiscRegClass, MISCREG_TC_HALT),
194c195
< tc->readRegOtherThread(MISCREG_TC_BIND + Misc_Reg_Base,
---
> tc->readRegOtherThread(RegId(MiscRegClass, MISCREG_TC_BIND),