From: keie Date: Tue, 15 Oct 1985 15:53:48 +0000 (+0000) Subject: The extra BSD4.2 code caused two branches to be out of range. X-Git-Tag: release-5-5~5396 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b493f98f39e830f1ccc5649311e91e188a7bac6d;p=ack.git The extra BSD4.2 code caused two branches to be out of range. --- diff --git a/mach/vax4/libem/mon.s b/mach/vax4/libem/mon.s index 01e8c5b87..f81e9eadb 100644 --- a/mach/vax4/libem/mon.s +++ b/mach/vax4/libem/mon.s @@ -227,9 +227,9 @@ Lsigtrp: movl 4(sp),r1 # Sig in r1 movl (sp)+,(sp) # Trapno on top of stack cmpl r1,$16 - bgtru badsig + jgtru badsig tstl r1 - beql badsig + jeql badsig #ifdef BSD42 movl $3,(ap)+ # sigvec(sig, vec, ovec) #else BSD42