48,54d47
< // Declarations for execute() methods.
< def template MwaitExecDeclare {{
< Fault execute(ExecContext *, Trace::InstRecord *) const;
< Fault initiateAcc(ExecContext *, Trace::InstRecord *) const;
< Fault completeAcc(PacketPtr, ExecContext *, Trace::InstRecord *) const;
< }};
<
61c54,56
< %(MwaitExecDeclare)s
---
> Fault execute(ExecContext *, Trace::InstRecord *) const;
> Fault initiateAcc(ExecContext *, Trace::InstRecord *) const;
> Fault completeAcc(PacketPtr, ExecContext *, Trace::InstRecord *) const;