88c88
< void getThrRegExValues(%(CPU_exec_context)s *xc,
---
> void getThrRegExValues(ExecContext *xc,
95c95
< void getMTExValues(%(CPU_exec_context)s *xc, MipsISA::Config3Reg &config3);
---
> void getMTExValues(ExecContext *xc, MipsISA::Config3Reg &config3);
99c99
< void getThrRegExValues(CPU_EXEC_CONTEXT *xc,
---
> void getThrRegExValues(ExecContext *xc,
112c112
< void getMTExValues(CPU_EXEC_CONTEXT *xc, Config3Reg &config3)
---
> void getMTExValues(ExecContext *xc, Config3Reg &config3)
119c119,120
< Fault %(class_name)s::execute(CPU_EXEC_CONTEXT *xc, Trace::InstRecord *traceData) const
---
> Fault %(class_name)s::execute(
> ExecContext *xc, Trace::InstRecord *traceData) const
157c158,159
< Fault %(class_name)s::execute(CPU_EXEC_CONTEXT *xc, Trace::InstRecord *traceData) const
---
> Fault %(class_name)s::execute(
> ExecContext *xc, Trace::InstRecord *traceData) const