summaryrefslogtreecommitdiff
path: root/src/mem/coherent_bus.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/coherent_bus.hh')
-rw-r--r--src/mem/coherent_bus.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/coherent_bus.hh b/src/mem/coherent_bus.hh
index a8737eeed..460afd828 100644
--- a/src/mem/coherent_bus.hh
+++ b/src/mem/coherent_bus.hh
@@ -124,7 +124,7 @@ class CoherentBus : public BaseBus
/**
* Return the union of all adress ranges seen by this bus.
*/
- virtual AddrRangeList getAddrRanges()
+ virtual AddrRangeList getAddrRanges() const
{ return bus.getAddrRanges(); }
/**