base: add the FmtStackTrace debug option
[gem5.git] / src / dev / x86 / cmos.cc
index 41009c6d116fa66cee86a3a02f3bec1ebd3aa8e2..ccfb279c218b742a8c672be59ee835f1875222e6 100644 (file)
 void
 X86ISA::Cmos::X86RTC::handleEvent()
 {
-    assert(intPin);
-    intPin->raise();
-    //XXX This is a hack.
-    intPin->lower();
+    for (auto *wire: intPin) {
+        wire->raise();
+        //XXX This is a hack.
+        wire->lower();
+    }
 }
 
 Tick