217a218
>
355a357,368
> MiscReg readRegOtherThread(int regIdx, int tid = -1)
> {
> panic("Simple CPU models do not support multithreaded "
> "register access.\n");
> }
>
> void setRegOtherThread(int regIdx, const MiscReg &val, int tid = -1)
> {
> panic("Simple CPU models do not support multithreaded "
> "register access.\n");
> }
>