ISA: Make the decode function part of the ISA's decoder.
[gem5.git] / src / dev / pciconfigall.hh
index b3f6d14725dac40b299a7d41c6629bd4c8a1e48a..e594838faebdf4e53de7f656fa0ff7f5e03cf93a 100644 (file)
@@ -80,7 +80,7 @@ class PciConfigAll : public PioDevice
 
     virtual Tick write(PacketPtr pkt);
 
-    void addressRanges(AddrRangeList &range_list);
+    AddrRangeList getAddrRanges();
 
   private:
     Addr pioAddr;