]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Fix typo (fixes AND/EOR/OR/MOVE SR + T0 trace tests)
authorToni Wilen <twilen@winuae.net>
Mon, 1 Jun 2026 18:34:43 +0000 (21:34 +0300)
committerToni Wilen <twilen@winuae.net>
Mon, 1 Jun 2026 18:34:43 +0000 (21:34 +0300)
cputest.cpp

index b3951f2801b73d81c1c0f48bf9da0401f2e79699..5ccd1ec00bf5466ae5a027f11a3cb26596bf568f 100644 (file)
@@ -4498,7 +4498,7 @@ static void execute_ins(uaecptr endpc, uaecptr targetpc, struct instr *dp, bool
                if (((regs.pc == endpc && feature_interrupts < 2) || (regs.pc == targetpc && feature_interrupts < 2)) && !cpu_stopped) {
                        // Trace is only added as an exception if there was no other exceptions
                        // Trace stacked with other exception is handled later
-                       if (flag_SPCFLAG_DOTRACE && !test_exception && trace_store_pc == 0xffffffffff) {
+                       if (flag_SPCFLAG_DOTRACE && !test_exception && trace_store_pc == 0xffffffff) {
                                Exception(9);
                                break;
                        }