diff options
Diffstat (limited to 'dev/tsunami_io.hh')
-rw-r--r-- | dev/tsunami_io.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/tsunami_io.hh b/dev/tsunami_io.hh index 1187f5904..b024ecd14 100644 --- a/dev/tsunami_io.hh +++ b/dev/tsunami_io.hh @@ -321,7 +321,7 @@ class TsunamiIO : public PioDevice * @param mmu pointer to the memory controller that sends us events. */ TsunamiIO(const std::string &name, Tsunami *t, time_t init_time, - Addr a, MemoryController *mmu, HierParams *hier, Bus *bus, + Addr a, MemoryController *mmu, HierParams *hier, Bus *pio_bus, Tick pio_latency, Tick ci); /** |