summaryrefslogtreecommitdiff
path: root/src/mem/cache/write_queue_entry.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/cache/write_queue_entry.hh')
-rw-r--r--src/mem/cache/write_queue_entry.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mem/cache/write_queue_entry.hh b/src/mem/cache/write_queue_entry.hh
index 9aaac493c..907ef4775 100644
--- a/src/mem/cache/write_queue_entry.hh
+++ b/src/mem/cache/write_queue_entry.hh
@@ -92,7 +92,7 @@ class WriteQueueEntry : public QueueEntry, public Printable
/** WriteQueueEntry list iterator. */
typedef List::iterator Iterator;
- bool sendPacket(BaseCache &cache);
+ bool sendPacket(BaseCache &cache) override;
private:
@@ -171,7 +171,7 @@ class WriteQueueEntry : public QueueEntry, public Printable
*/
void print(std::ostream &os,
int verbosity = 0,
- const std::string &prefix = "") const;
+ const std::string &prefix = "") const override;
/**
* A no-args wrapper of print(std::ostream...) meant to be
* invoked from DPRINTFs avoiding string overheads in fast mode