diff options
Diffstat (limited to 'src/mem/cache/prefetch/bop.hh')
-rw-r--r-- | src/mem/cache/prefetch/bop.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/cache/prefetch/bop.hh b/src/mem/cache/prefetch/bop.hh index e8fd77057..637ed215d 100644 --- a/src/mem/cache/prefetch/bop.hh +++ b/src/mem/cache/prefetch/bop.hh @@ -151,7 +151,7 @@ class BOPPrefetcher : public QueuedPrefetcher ~BOPPrefetcher() {} void calculatePrefetch(const PrefetchInfo &pfi, - std::vector<AddrPriority> &addresses); + std::vector<AddrPriority> &addresses) override; }; #endif /* __MEM_CACHE_PREFETCH_BOP_HH__ */ |