112c112
< * @param xc The execution context.
---
> * @param tc The thread context.
114,115c114,115
< template <class XC>
< void zeroRegisters(XC *xc);
---
> template <class TC>
> void zeroRegisters(TC *tc);
146,147c146,147
< void initCPU(ExecContext *xc, int cpuId);
< void initIPRs(ExecContext *xc, int cpuId);
---
> void initCPU(ThreadContext *tc, int cpuId);
> void initIPRs(ThreadContext *tc, int cpuId);
151c151
< * @param xc The execution context.
---
> * @param tc The thread context.
153,154c153,154
< template <class XC>
< void processInterrupts(XC *xc);
---
> template <class TC>
> void processInterrupts(TC *tc);