The extra BSD4.2 code caused two branches to be out of range.
authorkeie <none@none>
Tue, 15 Oct 1985 15:53:48 +0000 (15:53 +0000)
committerkeie <none@none>
Tue, 15 Oct 1985 15:53:48 +0000 (15:53 +0000)
mach/vax4/libem/mon.s

index 01e8c5b..f81e9ea 100644 (file)
@@ -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