From: Toni Wilen Date: Mon, 17 Mar 2025 16:39:56 +0000 (+0200) Subject: Check spcflags first, it might be mode change. X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=11ed60b529997922e71fc16ec5cc9fe58dc044b0;p=francis%2Fwinuae.git Check spcflags first, it might be mode change. --- diff --git a/newcpu.cpp b/newcpu.cpp index a9d3beb1..3f7286f3 100644 --- a/newcpu.cpp +++ b/newcpu.cpp @@ -5549,6 +5549,12 @@ static void m68k_run_jit(void) } #endif + if (regs.spcflags) { + if (do_specialties(0)) { + return; + } + } + for (;;) { #ifdef USE_STRUCTURED_EXCEPTION_HANDLING __try {