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