summaryrefslogtreecommitdiff
path: root/src/mem/cache/prefetch/delta_correlating_prediction_tables.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/cache/prefetch/delta_correlating_prediction_tables.hh')
-rw-r--r--src/mem/cache/prefetch/delta_correlating_prediction_tables.hh10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mem/cache/prefetch/delta_correlating_prediction_tables.hh b/src/mem/cache/prefetch/delta_correlating_prediction_tables.hh
index 86cf9574c..e4c466c75 100644
--- a/src/mem/cache/prefetch/delta_correlating_prediction_tables.hh
+++ b/src/mem/cache/prefetch/delta_correlating_prediction_tables.hh
@@ -75,12 +75,12 @@ class DeltaCorrelatingPredictionTables : public SimObject
* Constructor
* @param num_deltas number of deltas stored in the entry
*/
- DCPTEntry(unsigned int num_deltas) : lastAddress(0), deltaPointer(0),
- deltas(num_deltas)
- {}
+ DCPTEntry(unsigned int num_deltas)
+ : TaggedEntry(), lastAddress(0), deltaPointer(0), deltas(num_deltas)
+ {
+ }
- /** Reset callback called when invalidating the entry */
- void reset() override;
+ void invalidate() override;
/**
* Adds an address to the entry, if the entry already existed, a delta