307,308c307,308
< for (unsigned i = 0; i < numSets * assoc; ++i) {
< if (!visitor(blks[i]))
---
> for (CacheBlk& blk : blks) {
> if (!visitor(blk))