103a104,105
> blks[i].set = 0;
> blks[i].way = i;
229a232,238
> FALRU::findBlockBySetAndWay(int set, int way) const
> {
> assert(set == 0);
> return &blks[way];
> }
>
> CacheBlk*