101,102c101,102
< bool isBlockInvalid(int64 cache_set, int64 loc);
< bool isBlockNotBusy(int64 cache_set, int64 loc);
---
> bool isBlockInvalid(int64_t cache_set, int64_t loc);
> bool isBlockNotBusy(int64_t cache_set, int64_t loc);
152c152
< int64 addressToCacheSet(Addr address) const;
---
> int64_t addressToCacheSet(Addr address) const;
156,157c156,157
< int findTagInSet(int64 line, Addr tag) const;
< int findTagInSetIgnorePermissions(int64 cacheSet, Addr tag) const;
---
> int findTagInSet(int64_t line, Addr tag) const;
> int findTagInSetIgnorePermissions(int64_t cacheSet, Addr tag) const;