diff --git a/src/mem/ruby/system/PerfectCacheMemory.hh b/src/mem/ruby/system/PerfectCacheMemory.hh index 4b81cc790d..b04a647170 100644 --- a/src/mem/ruby/system/PerfectCacheMemory.hh +++ b/src/mem/ruby/system/PerfectCacheMemory.hh @@ -124,6 +124,7 @@ PerfectCacheMemory::tryCacheAccess(const CacheMsg& msg, bool& block_stc, ENTRY*& entry) { panic("not implemented"); + return true; } // tests to see if an address is present in the cache @@ -167,6 +168,7 @@ inline Address PerfectCacheMemory::cacheProbe(const Address& newAddress) const { panic("cacheProbe called in perfect cache"); + return newAddress; } // looks an address up in the cache