summaryrefslogtreecommitdiff
path: root/dev/pciconfigall.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dev/pciconfigall.hh')
-rw-r--r--dev/pciconfigall.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/pciconfigall.hh b/dev/pciconfigall.hh
index d9e623b7e..c6a0241d8 100644
--- a/dev/pciconfigall.hh
+++ b/dev/pciconfigall.hh
@@ -74,7 +74,7 @@ class PciConfigAll : public PioDevice
* @param bus The bus that this device is attached to
*/
PciConfigAll(const std::string &name, Addr a, MemoryController *mmu,
- HierParams *hier, Bus *bus, Tick pio_latency);
+ HierParams *hier, Bus *pio_bus, Tick pio_latency);
/**