Print a warning if two devices are sharing the same interrupt
[gem5.git] / dev / io_device.cc
index b39efa1f587b56052b2a6d7da1de49b5c1f61d73..7703ad5e303647e2ff5045a50602ebd2c5179fe0 100644 (file)
@@ -32,7 +32,7 @@
 #include "sim/builder.hh"
 
 PioDevice::PioDevice(const std::string &name)
-    : FunctionalMemory(name), pioInterface(NULL)
+    : FunctionalMemory(name), pioInterface(NULL), pioLatency(0)
 {}
 
 PioDevice::~PioDevice()