198c198,199
< * Find replacement victim based on address.
---
> * Find replacement victim based on address. The list of evicted blocks
> * only contains the victim.
200a202
> * @param evict_blks Cache blocks to be evicted.
203c205,206
< CacheBlk* findVictim(Addr addr) override;
---
> CacheBlk* findVictim(Addr addr, std::vector<CacheBlk*>& evict_blks) const
> override;