diff options
Diffstat (limited to 'mem/port.hh')
-rw-r--r-- | mem/port.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mem/port.hh b/mem/port.hh index 81150b2a3..6b32adb57 100644 --- a/mem/port.hh +++ b/mem/port.hh @@ -120,7 +120,7 @@ class Port an object wants to own some ranges and snoop on others, it will need to use two different ports. */ - virtual void recvAddressRangeQuery(std::list<Range<Addr> > &range_list, + virtual void recvAddressRangesQuery(std::list<Range<Addr> > &range_list, bool &owner) = 0; public: |