96,97c96,97
< SimpleThread::SimpleThread(BaseCPU *_cpu, int _thread_num,
< Process *_process, int _asid)
---
> SimpleThread::SimpleThread(BaseCPU *_cpu, int _thread_num, Process *_process,
> TheISA::ITB *_itb, TheISA::DTB *_dtb, int _asid)
99c99
< cpu(_cpu)
---
> cpu(_cpu), itb(_itb), dtb(_dtb)