43c43
< class ExecContext;
---
> class ThreadContext;
110,112c110,112
< void palSwapContext(ExecContext *xc);
< void execute(ExecContext *xc, StaticInstPtr inst);
< void call(ExecContext *xc, Stats::MainBin *myBin);
---
> void palSwapContext(ThreadContext *tc);
> void execute(ThreadContext *tc, StaticInstPtr inst);
> void call(ThreadContext *tc, Stats::MainBin *myBin);
140c140
< void changeMode(cpu_mode newmode, ExecContext *xc);
---
> void changeMode(cpu_mode newmode, ThreadContext *tc);
182,184c182,184
< void mode(cpu_mode newmode, ExecContext *xc);
< void context(Addr oldpcbb, Addr newpcbb, ExecContext *xc);
< void callpal(int code, ExecContext *xc);
---
> void mode(cpu_mode newmode, ThreadContext *tc);
> void context(Addr oldpcbb, Addr newpcbb, ThreadContext *tc);
> void callpal(int code, ThreadContext *tc);
186c186
< void setIdleProcess(Addr idle, ExecContext *xc);
---
> void setIdleProcess(Addr idle, ThreadContext *tc);