134c134
< Index addressToCacheSet(const Address& address) const;
---
> int64 addressToCacheSet(const Address& address) const;
138,139c138,139
< int findTagInSet(Index line, const Address& tag) const;
< int findTagInSetIgnorePermissions(Index cacheSet,
---
> int findTagInSet(int64 line, const Address& tag) const;
> int findTagInSetIgnorePermissions(int64 cacheSet,