88c88
< const unsigned hitLatency;
---
> const Cycles hitLatency;
158c158
< FALRU(unsigned blkSize, unsigned size, unsigned hit_latency);
---
> FALRU(unsigned blkSize, unsigned size, Cycles hit_latency);
184c184
< FALRUBlk* accessBlock(Addr addr, int &lat, int context_src, int *inCache = 0);
---
> FALRUBlk* accessBlock(Addr addr, Cycles &lat, int context_src, int *inCache = 0);
208c208
< int getHitLatency() const
---
> Cycles getHitLatency() const