The extra BSD4.2 code caused two branches to be out of range.

This commit is contained in:
keie 1985-10-15 15:53:48 +00:00
parent 2e947a5e91
commit b493f98f39

View 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