summaryrefslogtreecommitdiff
path: root/dev/isa_fake.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dev/isa_fake.hh')
-rw-r--r--dev/isa_fake.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/isa_fake.hh b/dev/isa_fake.hh
index d3d37b035..290b24b54 100644
--- a/dev/isa_fake.hh
+++ b/dev/isa_fake.hh
@@ -58,7 +58,7 @@ class IsaFake : public PioDevice
* @param size number of addresses to respond to
*/
IsaFake(const std::string &name, Addr a, MemoryController *mmu,
- HierParams *hier, Bus *bus, Addr size = 0x8);
+ HierParams *hier, Bus *pio_bus, Addr size = 0x8);
/**
* This read always returns -1.