Andrea Mondelli has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16728

Change subject: misc: added missing override specifier in BoP
......................................................................

misc: added missing override specifier in BoP

Added missing specifier for various virtual functions.

Change-Id: I41aebb3b76bce6dd3bee21ac0e2b0e52cb90fc80
---
M src/mem/cache/prefetch/bop.hh
1 file changed, 1 insertion(+), 1 deletion(-)



diff --git a/src/mem/cache/prefetch/bop.hh b/src/mem/cache/prefetch/bop.hh
index e8fd770..637ed21 100644
--- a/src/mem/cache/prefetch/bop.hh
+++ b/src/mem/cache/prefetch/bop.hh
@@ -151,7 +151,7 @@
         ~BOPPrefetcher() {}

         void calculatePrefetch(const PrefetchInfo &pfi,
-                               std::vector<AddrPriority> &addresses);
+ std::vector<AddrPriority> &addresses) override;
 };

 #endif /* __MEM_CACHE_PREFETCH_BOP_HH__ */

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/16728
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: I41aebb3b76bce6dd3bee21ac0e2b0e52cb90fc80
Gerrit-Change-Number: 16728
Gerrit-PatchSet: 1
Gerrit-Owner: Andrea Mondelli <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to