84c84
< %(BasicExecDeclare)s
---
> Fault execute(ExecContext *, Trace::InstRecord *) const;
226,237d225
< // Common templates
<
< //This delcares the initiateAcc function in memory operations
< def template InitiateAccDeclare {{
< Fault initiateAcc(ExecContext *, Trace::InstRecord *) const;
< }};
<
< //This declares the completeAcc function in memory operations
< def template CompleteAccDeclare {{
< Fault completeAcc(PacketPtr, ExecContext *, Trace::InstRecord *) const;
< }};
<
250,254c238,240
< %(BasicExecDeclare)s
<
< %(InitiateAccDeclare)s
<
< %(CompleteAccDeclare)s
---
> Fault execute(ExecContext *, Trace::InstRecord *) const;
> Fault initiateAcc(ExecContext *, Trace::InstRecord *) const;
> Fault completeAcc(PacketPtr, ExecContext *, Trace::InstRecord *) const;
272,276c258,260
< %(BasicExecDeclare)s
<
< %(InitiateAccDeclare)s
<
< %(CompleteAccDeclare)s
---
> Fault execute(ExecContext *, Trace::InstRecord *) const;
> Fault initiateAcc(ExecContext *, Trace::InstRecord *) const;
> Fault completeAcc(PacketPtr, ExecContext *, Trace::InstRecord *) const;