From 73818f1a53e43a218f17a11901b67ccd994c5263 Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 19 Mar 1987 11:21:54 +0000 Subject: [PATCH] bug fix --- mach/m68020/libem/csa.s | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mach/m68020/libem/csa.s b/mach/m68020/libem/csa.s index 1e16c730b..2cec60e00 100644 --- a/mach/m68020/libem/csa.s +++ b/mach/m68020/libem/csa.s @@ -14,7 +14,9 @@ blt 1f cmp.l (a0)+, d0 ! rel. index, upper - lower bound bgt 1f - move.l (a0,d0.l*4), a1 ! jump address + move.l (a0,d0.l*4), d1 ! jump address + beq 1f + move.l d1,a1 1: move.l a1, d0 beq 2f -- 2.34.1