summaryrefslogtreecommitdiff
path: root/src/mem/xbar.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/xbar.hh')
-rw-r--r--src/mem/xbar.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/xbar.hh b/src/mem/xbar.hh
index 251ad62cb..a92eb044e 100644
--- a/src/mem/xbar.hh
+++ b/src/mem/xbar.hh
@@ -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.