Gabe Black has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/30254 )
Change subject: mem-ruby: Add a missing override.
......................................................................
mem-ruby: Add a missing override.
Change-Id: I7651ca0f4658ddd49cfd13d9d5f7e430f416f41f
---
M src/mem/ruby/system/VIPERCoalescer.hh
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mem/ruby/system/VIPERCoalescer.hh
b/src/mem/ruby/system/VIPERCoalescer.hh
index 814166d..78ad291 100644
--- a/src/mem/ruby/system/VIPERCoalescer.hh
+++ b/src/mem/ruby/system/VIPERCoalescer.hh
@@ -62,7 +62,7 @@
void issueRequest(CoalescedRequest* crequest) override;
void wbCallback(Addr address);
void invCallback(Addr address);
- RequestStatus makeRequest(PacketPtr pkt);
+ RequestStatus makeRequest(PacketPtr pkt) override;
private:
void invL1();
void wbL1();
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/30254
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I7651ca0f4658ddd49cfd13d9d5f7e430f416f41f
Gerrit-Change-Number: 30254
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s