119c119
< %(BasicExecDeclare)s
---
> %(BasicExecPanic)s
195,212d194
<
< def template MacroMemExecute {{
< Fault %(class_name)s::execute(%(CPU_exec_context)s *xc, Trace::InstRecord *traceData) const
< {
< Fault fault = NoFault;
<
< %(fp_enable_check)s;
< %(op_decl)s;
< %(op_rd)s;
< %(code)s;
< if (fault == NoFault)
< {
< %(op_wb)s;
< }
<
< return fault;
< }
< }};