74,77d73
< public:
< /** Typedef the block type used in this tag store. */
< typedef CacheBlk BlkType;
<
83c79
< std::vector<BlkType> blks;
---
> std::vector<CacheBlk> blks;
132c128
< BlkType *blk = findBlock(addr, is_secure);
---
> CacheBlk *blk = findBlock(addr, is_secure);