133,140d132
< * Find the cache block given set and way
< * @param set The set of the block.
< * @param way The way of the block.
< * @return The cache block.
< */
< CacheBlk *findBlockBySetAndWay(int set, int way) const override;
<
< /**
201a194,202
> * Find a block given set and way.
> *
> * @param set The set of the block.
> * @param way The way of the block.
> * @return The block.
> */
> ReplaceableEntry* findBlockBySetAndWay(int set, int way) const override;
>
> /**