Get rid of the xc from the alphaAccess/alphaConsole backdoor device.
[gem5.git] / dev / isa_fake.hh
old mode 100755 (executable)
new mode 100644 (file)
index d3d37b0..290b24b
@@ -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.