summaryrefslogtreecommitdiff
path: root/dev/uart8250.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dev/uart8250.hh')
-rw-r--r--dev/uart8250.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/uart8250.hh b/dev/uart8250.hh
index b4c660021..88abf8e24 100644
--- a/dev/uart8250.hh
+++ b/dev/uart8250.hh
@@ -79,7 +79,7 @@ class Uart8250 : public Uart
public:
Uart8250(const std::string &name, SimConsole *c, MemoryController *mmu,
- Addr a, Addr s, HierParams *hier, Bus *bus, Tick pio_latency,
+ Addr a, Addr s, HierParams *hier, Bus *pio_bus, Tick pio_latency,
Platform *p);
virtual Fault read(MemReqPtr &req, uint8_t *data);