mem-cache: Add match functions to QueueEntry
[gem5.git] / src / mem / addr_mapper.hh
index 6b47cfcb8e35239131b5b66dcb86a5e94ba04111..aaefdedc361cb773392d4569cf81eca55738a7ca 100644 (file)
@@ -65,7 +65,7 @@ class AddrMapper : public MemObject
     Port &getPort(const std::string &if_name,
                   PortID idx=InvalidPortID) override;
 
-    virtual void init();
+    void init() override;
 
   protected: