216c216
< CPU_EXEC_CONTEXT *, Trace::InstRecord *) const;
---
> ExecContext *, Trace::InstRecord *) const;
219c219
< CPU_EXEC_CONTEXT *, Trace::InstRecord *) const;
---
> ExecContext *, Trace::InstRecord *) const;
222c222
< CPU_EXEC_CONTEXT *, Trace::InstRecord *) const;
---
> ExecContext *, Trace::InstRecord *) const;
228c228
< CPU_EXEC_CONTEXT *, Trace::InstRecord *) const;
---
> ExecContext *, Trace::InstRecord *) const;
260c260
< Fault %(class_name)s<Element>::execute(CPU_EXEC_CONTEXT *xc,
---
> Fault %(class_name)s<Element>::execute(ExecContext *xc,