summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/i386/i386.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/i386/i386.cpp')
-rw-r--r--src/devices/cpu/i386/i386.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/i386/i386.cpp b/src/devices/cpu/i386/i386.cpp
index bfcebd533b2..d0bb0c8e396 100644
--- a/src/devices/cpu/i386/i386.cpp
+++ b/src/devices/cpu/i386/i386.cpp
@@ -773,7 +773,7 @@ void i386_device::i386_trap(int irq, int irq_gate, int trap_level)
if(trap_level >= 3)
{
logerror("IRQ: Triple fault. CPU reset.\n");
- set_input_line(INPUT_LINE_RESET, PULSE_LINE);
+ pulse_input_line(INPUT_LINE_RESET, attotime::zero);
return;
}