mem: Explicitly check MSHR snoops for cases not dealt with
[gem5.git] / src / mem / xbar.hh
index 251ad62cb05a4c633eef262b2a3e99fbe6cca5fe..a92eb044ea29e928bc69a16137032319c242f9c9 100644 (file)
@@ -340,7 +340,7 @@ class BaseXBar : public MemObject
      *
      * @param master_port_id id of the port that received the change
      */
-    void recvRangeChange(PortID master_port_id);
+    virtual void recvRangeChange(PortID master_port_id);
 
     /** Find which port connected to this crossbar (if any) should be
      * given a packet with this address.