31,35d30
< // Declarations for execute() methods.
< def template BasicExecDeclare {{
< Fault execute(ExecContext *, Trace::InstRecord *) const;
< }};
<
46c41
< %(BasicExecDeclare)s
---
> Fault execute(ExecContext *, Trace::InstRecord *) const;
89,96d83
< // Definitions of execute methods that panic.
< def template BasicExecPanic {{
< Fault execute(ExecContext *, Trace::InstRecord *) const
< {
< panic("Execute method called when it shouldn't!");
< }
< }};
<