48,49c48,50
< 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;
51c52
< Trace::InstRecord *) const;
---
> Trace::InstRecord *) const override;