X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmem%2Fcache%2Ftags%2Fsector_tags.hh;h=5c228eeea3477128f67fd35225aa0e6449aeb030;hb=f415f274141838a168b7d88d21126450d4070ad4;hp=c56ef2409e38ce34a1085b0cceb3978e225a52e1;hpb=65122a29b6d592bf63aefe833adcee41c90d2769;p=gem5.git diff --git a/src/mem/cache/tags/sector_tags.hh b/src/mem/cache/tags/sector_tags.hh index c56ef2409..5c228eeea 100644 --- a/src/mem/cache/tags/sector_tags.hh +++ b/src/mem/cache/tags/sector_tags.hh @@ -149,6 +149,8 @@ class SectorTags : public BaseTags */ void insertBlock(const PacketPtr pkt, CacheBlk *blk) override; + void moveBlock(CacheBlk *src_blk, CacheBlk *dest_blk) override; + /** * Finds the given address in the cache, do not update replacement data. * i.e. This is a no-side-effect find of a block.