51,52c51,54
< 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;
54c56
< Trace::InstRecord *) const;
---
> Trace::InstRecord *) const override;
62,63c64,67
< 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;
65c69
< Trace::InstRecord *) const;
---
> Trace::InstRecord *) const override;
73,74c77,80
< 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;
76c82
< Trace::InstRecord *) const;
---
> Trace::InstRecord *) const override;
84,85c90,93
< 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;
87c95
< Trace::InstRecord *) const;
---
> Trace::InstRecord *) const override;
95,96c103,106
< 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;
98c108
< Trace::InstRecord *) const;
---
> Trace::InstRecord *) const override;
106,107c116,119
< 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;
109c121
< Trace::InstRecord *) const;
---
> Trace::InstRecord *) const override;
117,118c129,132
< 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;
120c134
< Trace::InstRecord *) const;
---
> Trace::InstRecord *) const override;
128,129c142,145
< 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;
131c147
< Trace::InstRecord *) const;
---
> Trace::InstRecord *) const override;