summaryrefslogtreecommitdiff
path: root/src/mem/cache/tags/fa_lru.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/cache/tags/fa_lru.hh')
-rw-r--r--src/mem/cache/tags/fa_lru.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/cache/tags/fa_lru.hh b/src/mem/cache/tags/fa_lru.hh
index 15043995f..6ea4c8d6a 100644
--- a/src/mem/cache/tags/fa_lru.hh
+++ b/src/mem/cache/tags/fa_lru.hh
@@ -163,7 +163,7 @@ class FALRU : public BaseTags
*
* @param _cache Pointer to parent cache.
*/
- void init(BaseCache *_cache) override;
+ void tagsInit(BaseCache *_cache) override;
/**
* Register the stats for this object.