245,247c245,247
< * Regenerate the block address from the tag and the set.
< * @param tag The tag of the block.
< * @param set The set the block belongs to.
---
> * Regenerate the block address from the tag.
> *
> * @param block The block.
250c250
< Addr regenerateBlkAddr(Addr tag, unsigned set) const override
---
> Addr regenerateBlkAddr(const CacheBlk* blk) const override
252c252
< return (tag);
---
> return blk->tag;