From 845a10e33076d720132839deb82d17214202ebd7 Mon Sep 17 00:00:00 2001 From: Erfan Azarkhish Date: Tue, 3 Nov 2015 12:17:58 -0600 Subject: mem: hmc: minor fixes This patch performs two minor fixes to DRAMCtrl.py and xbar.hh in favor of the HMC patch series. Committed by: Nilay Vaish --- src/mem/xbar.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mem/xbar.hh') 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. -- cgit v1.2.3