From: ceriel Date: Fri, 17 Jul 1987 14:16:39 +0000 (+0000) Subject: call .trp instead of jmp to it X-Git-Tag: release-5-5~3999 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=96957f398ad422c73c3d32e780e3a423ad8d3646;p=ack.git call .trp instead of jmp to it --- diff --git a/mach/m68k4/libem/set.s b/mach/m68k4/libem/set.s index fa4899676..f9e076599 100644 --- a/mach/m68k4/libem/set.s +++ b/mach/m68k4/libem/set.s @@ -23,7 +23,8 @@ blt 2f move.l a0, -(sp) move.l #ESET, -(sp) ! bitnumber too large - jmp .trp + jsr .trp + rts 2: bset d0, 0(sp, d2.l) jmp (a0)