summaryrefslogtreecommitdiff
path: root/src/mem/cache/tags/iic_repl/repl.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/cache/tags/iic_repl/repl.hh')
-rw-r--r--src/mem/cache/tags/iic_repl/repl.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/cache/tags/iic_repl/repl.hh b/src/mem/cache/tags/iic_repl/repl.hh
index 994af5164..51d8169e9 100644
--- a/src/mem/cache/tags/iic_repl/repl.hh
+++ b/src/mem/cache/tags/iic_repl/repl.hh
@@ -102,7 +102,7 @@ class Repl : public SimObject
* Register statistics.
* @param name The name to prepend to statistic descriptions.
*/
- virtual void regStats(const std::string name) = 0;
+ virtual void regStatsWithSuffix(const std::string name) = 0;
/**
* Update the tag pointer to when the tag moves.