56,57c56,57
< void touch(int64 set, int64 way, Tick time);
< int64 getVictim(int64 set) const;
---
> void touch(int64_t set, int64_t way, Tick time);
> int64_t getVictim(int64_t set) const;
62c62
< uint64* m_trees; /** bit representation of the
---
> uint64_t* m_trees; /** bit representation of the