41,54d40
< // Declarations for execute() methods.
< def template BasicExecDeclare {{
< Fault execute(ExecContext *, Trace::InstRecord *) const;
< }};
<
< // Definitions of execute methods that panic.
< def template BasicExecPanic {{
< Fault execute(ExecContext *, Trace::InstRecord *) const
< {
< panic("Execute method called when it shouldn't!");
< M5_DUMMY_RETURN
< }
< }};
<
65c51
< %(BasicExecDeclare)s
---
> Fault execute(ExecContext *, Trace::InstRecord *) const;