From be9904db6f1cb3057a6f0012f0214a4f91fb275a Mon Sep 17 00:00:00 2001 From: hap Date: Sun, 17 Nov 2024 16:32:45 +0100 Subject: m37710op: add missing 'else' after prev commit --- src/devices/cpu/m37710/m37710op.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/devices/cpu/m37710/m37710op.h b/src/devices/cpu/m37710/m37710op.h index d199e2850aa..2330425f4ca 100644 --- a/src/devices/cpu/m37710/m37710op.h +++ b/src/devices/cpu/m37710/m37710op.h @@ -2536,6 +2536,7 @@ TABLE_FUNCTION(int, execute, (int clocks)) { if(CPU_STOPPED) debugger_wait_hook(); + else { CLOCKS = clocks; do -- cgit v1.2.3