78,80c78,79
< #if FULL_SYSTEM
< O3ThreadState(O3CPU *_cpu, int _thread_num)
< : ThreadState(_cpu, _thread_num),
---
> O3ThreadState(O3CPU *_cpu, int _thread_num, Process *_process)
> : ThreadState(_cpu, _thread_num, _process),
82a82
> #if FULL_SYSTEM
96,101d95
< }
< #else
< O3ThreadState(O3CPU *_cpu, int _thread_num, Process *_process)
< : ThreadState(_cpu, _thread_num, _process),
< cpu(_cpu), inSyscall(0), trapPending(0)
< { }
102a97
> }