54,55c54,56
< Fault execute(ExecContext *, Trace::InstRecord *) const;
< Fault initiateAcc(ExecContext *, Trace::InstRecord *) const;
---
> Fault execute(ExecContext *, Trace::InstRecord *) const override;
> Fault initiateAcc(ExecContext *,
> Trace::InstRecord *) const override;
57c58
< Trace::InstRecord *) const;
---
> Trace::InstRecord *) const override;
66,67c67,69
< Fault execute(ExecContext *, Trace::InstRecord *) const;
< Fault initiateAcc(ExecContext *, Trace::InstRecord *) const;
---
> Fault execute(ExecContext *, Trace::InstRecord *) const override;
> Fault initiateAcc(ExecContext *,
> Trace::InstRecord *) const override;
69c71
< Trace::InstRecord *) const;
---
> Trace::InstRecord *) const override;