From: Toni Wilen Date: Fri, 15 Apr 2022 18:23:06 +0000 (+0300) Subject: C TRY/STOPTRY fix X-Git-Tag: 41000~259 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=8b9fc60af256a12989bc655e6f8c87af98c5b0a5;p=francis%2Fwinuae.git C TRY/STOPTRY fix --- diff --git a/newcpu.cpp b/newcpu.cpp index aedfef5a..ab30081a 100644 --- a/newcpu.cpp +++ b/newcpu.cpp @@ -5343,6 +5343,7 @@ static void m68k_run_jit(void) check_uae_int_request(); if (regs.spcflags) { if (do_specialties(0)) { + STOPTRY; return; } } @@ -5485,8 +5486,10 @@ static void m68k_run_mmu060 (void) regs.instruction_cnt++; if (regs.spcflags) { - if (do_specialties (cpu_cycles)) + if (do_specialties(cpu_cycles)) { + STOPTRY; return; + } } } } CATCH (prb) {