337c337
< CacheBlk *tempBlock;
---
> TempCacheBlk *tempBlock;
392a393,402
> * Regenerate block address using tags.
> * Block address regeneration depends on whether we're using a temporary
> * block or not.
> *
> * @param blk The block to regenerate address.
> * @return The block's address.
> */
> Addr regenerateBlkAddr(CacheBlk* blk);
>
> /**