summaryrefslogtreecommitdiff
path: root/src/mem/cache/tags/sector_tags.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/cache/tags/sector_tags.cc')
-rw-r--r--src/mem/cache/tags/sector_tags.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/cache/tags/sector_tags.cc b/src/mem/cache/tags/sector_tags.cc
index 8c87074ec..24751c97d 100644
--- a/src/mem/cache/tags/sector_tags.cc
+++ b/src/mem/cache/tags/sector_tags.cc
@@ -64,7 +64,7 @@ SectorTags::SectorTags(const SectorTagsParams *p)
}
void
-SectorTags::init(BaseCache* cache)
+SectorTags::tagsInit(BaseCache* cache)
{
// Set parent cache
setCache(cache);