diff options
Diffstat (limited to 'mem/bus.hh')
-rw-r--r-- | mem/bus.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mem/bus.hh b/mem/bus.hh index e1b29bac6..e26065295 100644 --- a/mem/bus.hh +++ b/mem/bus.hh @@ -103,8 +103,7 @@ class Bus : public MemObject // downstream from this bus, yes? That is, the union of all // the 'owned' address ranges of all the other interfaces on // this bus... - virtual void addressRanges(std::list<Range<Addr> > &range_list, - bool &owner); + virtual void addressRanges(AddrRangeList &range_list, bool &owner); }; /** A count of the number of interfaces connected to this bus. */ |