diff options
Diffstat (limited to 'src/dev/pciconfigall.hh')
-rw-r--r-- | src/dev/pciconfigall.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/pciconfigall.hh b/src/dev/pciconfigall.hh index b3f6d1472..e594838fa 100644 --- a/src/dev/pciconfigall.hh +++ b/src/dev/pciconfigall.hh @@ -80,7 +80,7 @@ class PciConfigAll : public PioDevice virtual Tick write(PacketPtr pkt); - void addressRanges(AddrRangeList &range_list); + AddrRangeList getAddrRanges(); private: Addr pioAddr; |