188a189,197
> * 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;
>
> /**
205,212d213
< * 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;
<
< /**