diff --git a/src/mem/cache/prefetch/stride.cc b/src/mem/cache/prefetch/stride.cc index 0020371c6f..11ecd16c4e 100644 --- a/src/mem/cache/prefetch/stride.cc +++ b/src/mem/cache/prefetch/stride.cc @@ -187,7 +187,7 @@ Stride::calculatePrefetch(const PrefetchInfo &pfi, } } -inline uint32_t +uint32_t StridePrefetcherHashedSetAssociative::extractSet(const Addr pc) const { const Addr hash1 = pc >> 1;