From: ceriel Date: Mon, 29 Jun 1987 18:13:47 +0000 (+0000) Subject: fix: rck must call trp, not jmp to it. Return is possible. X-Git-Tag: release-5-5~4059 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=9179494c1666788517a9753a6859c1ff66dbd699;p=ack.git fix: rck must call trp, not jmp to it. Return is possible. --- diff --git a/mach/vax4/libem/rck4.s b/mach/vax4/libem/rck4.s index 93305fa62..9882c3252 100644 --- a/mach/vax4/libem/rck4.s +++ b/mach/vax4/libem/rck4.s @@ -15,4 +15,5 @@ Lerr: pushl r1 pushl $ERANGE - jmp .trp + jsb .trp + rsb