diff options
Diffstat (limited to 'src/mem/noncoherent_bus.hh')
-rw-r--r-- | src/mem/noncoherent_bus.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/noncoherent_bus.hh b/src/mem/noncoherent_bus.hh index 7227d3bc6..46fc65fad 100644 --- a/src/mem/noncoherent_bus.hh +++ b/src/mem/noncoherent_bus.hh @@ -120,7 +120,7 @@ class NoncoherentBus : public BaseBus /** * Return the union of all adress ranges seen by this bus. */ - virtual AddrRangeList getAddrRanges() + virtual AddrRangeList getAddrRanges() const { return bus.getAddrRanges(); } /** |