From 9ef71f358117e358cdcc63695ffb7a3d327be251 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sat, 29 Feb 2020 21:40:55 +0200 Subject: [PATCH] Fix 68020+ trace test. --- cputest/asm.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cputest/asm.S b/cputest/asm.S index 61ffaa27..08ce21be 100644 --- a/cputest/asm.S +++ b/cputest/asm.S @@ -446,7 +446,7 @@ _exceptiontable020: bsr.s exception020 | 6 bsr.s exception020 | 7 bsr.s exception020 | 8 - bra.s exception_trace010t1 | 9 + bsr.s exception_trace010t1 | 9 bsr.s exception020 | 10 bsr.s exception020 | 11 bsr.s exception020 | 12 -- 2.47.3