56a57
> #include "mem/cache/replacement_policies/base.hh"
251a253,260
> /**
> * Find replacement victim based on address.
> *
> * @param addr Address to find a victim for.
> * @return Cache block to be replaced.
> */
> virtual CacheBlk* findVictim(Addr addr) = 0;
>
266,267d274
< virtual CacheBlk* findVictim(Addr addr) = 0;
<