35a36,43
> // Definitions of execute methods that panic.
> def template BasicExecPanic {{
> Fault execute(%(CPU_exec_context)s *, Trace::InstRecord *) const
> {
> panic("Execute method called when it shouldn't!");
> }
> }};
>