258c258,264
< virtual Addr regenerateBlkAddr(Addr tag, unsigned set) const = 0;
---
> /**
> * Regenerate the block address.
> *
> * @param block The block.
> * @return the block address.
> */
> virtual Addr regenerateBlkAddr(const CacheBlk* blk) const = 0;