m37710op: add missing 'else' after prev commit

This commit is contained in:
hap 2024-11-17 16:32:45 +01:00
parent e659dfa9d8
commit be9904db6f

View File

@ -2536,6 +2536,7 @@ TABLE_FUNCTION(int, execute, (int clocks))
{
if(CPU_STOPPED)
debugger_wait_hook();
else
{
CLOCKS = clocks;
do