diff options
Diffstat (limited to 'src/cpu/pred')
-rw-r--r-- | src/cpu/pred/bpred_unit.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/pred/bpred_unit.hh b/src/cpu/pred/bpred_unit.hh index 1f26f1aac..bef8cb949 100644 --- a/src/cpu/pred/bpred_unit.hh +++ b/src/cpu/pred/bpred_unit.hh @@ -75,7 +75,7 @@ class BPredUnit : public SimObject /** * Registers statistics. */ - void regStats(); + void regStats() override; void regProbePoints() override; |