summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/h8/h8_dtc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/h8/h8_dtc.cpp')
-rw-r--r--src/devices/cpu/h8/h8_dtc.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/cpu/h8/h8_dtc.cpp b/src/devices/cpu/h8/h8_dtc.cpp
index 7844c9cec92..3dd276fca11 100644
--- a/src/devices/cpu/h8/h8_dtc.cpp
+++ b/src/devices/cpu/h8/h8_dtc.cpp
@@ -214,7 +214,6 @@ void h8_dtc_device::writeback_done(int vector)
m_intc->internal_interrupt(vector);
} else {
logerror("Software dtc done\n");
- exit(0);
}
}