37,42d36
<
< Fault execute(ExecContext *xc, Trace::InstRecord *traceData) const
< {
< // Nothing to see here, move along
< return NoFault;
< }
59,64c53,57
< // All Nop instructions do the same thing, so this can be
< // defined here. Nops can be defined directly, so there
< // needs to be a default implementation. Interpolate via
< // template so i gets expanded to a set of
< // cpu-model-specific functions.
< %(NopExec)s
---
> Fault
> execute(ExecContext *xc, Trace::InstRecord *traceData) const
> {
> return NoFault;
> }