66c66
< : ThreadState(_cpu, -1, _thread_num), cpu(_cpu), system(_sys), itb(_itb),
---
> : ThreadState(_cpu, _thread_num), cpu(_cpu), system(_sys), itb(_itb),
96c96
< : ThreadState(_cpu, -1, _thread_num, _process, _asid),
---
> : ThreadState(_cpu, _thread_num, _process, _asid),
107c107
< : ThreadState(NULL, -1, -1)
---
> : ThreadState(NULL, -1)
109c109
< : ThreadState(NULL, -1, -1, NULL, -1)
---
> : ThreadState(NULL, -1, NULL, -1)
181d180
< cpuId = oldContext->readCpuId();