33c33
< Fault execute(%(CPU_exec_context)s *, Trace::InstRecord *) const;
---
> Fault execute(ExecContext *, Trace::InstRecord *) const;
37c37
< Fault doFpOp(%(CPU_exec_context)s *, Trace::InstRecord *)
---
> Fault doFpOp(ExecContext *, Trace::InstRecord *)
44c44
< execute(%(CPU_exec_context)s *, Trace::InstRecord *) const
---
> execute(ExecContext *, Trace::InstRecord *) const
116c116
< %(class_name)s::execute(CPU_EXEC_CONTEXT *xc,
---
> %(class_name)s::execute(ExecContext *xc,
135c135
< %(class_name)s::doFpOp(CPU_EXEC_CONTEXT *xc,
---
> %(class_name)s::doFpOp(ExecContext *xc,