summaryrefslogtreecommitdiff
path: root/dev/isa_fake.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dev/isa_fake.cc')
-rw-r--r--dev/isa_fake.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/isa_fake.cc b/dev/isa_fake.cc
index af8005f9c..fa93fe2d2 100644
--- a/dev/isa_fake.cc
+++ b/dev/isa_fake.cc
@@ -53,7 +53,7 @@ IsaFake::IsaFake(const string &name, Addr a, MemoryController *mmu,
mmu->add_child(this, RangeSize(addr, size));
if (bus) {
- pioInterface = newPioInterface(name, hier, bus, this,
+ pioInterface = newPioInterface(name + ".pio", hier, bus, this,
&IsaFake::cacheAccess);
pioInterface->addAddrRange(RangeSize(addr, size));
}