Removed the integer overflow check, as it is'nt checked by
authorceriel <none@none>
Thu, 30 Oct 1986 15:44:25 +0000 (15:44 +0000)
committerceriel <none@none>
Thu, 30 Oct 1986 15:44:25 +0000 (15:44 +0000)
"cg".

mach/vax4/libem/cui.s

index 4fcf3f4..9242ea7 100644 (file)
        movl    (sp)+,r0
        cmpl    r0,$4
        bneq    Lerr
-       tstl    (sp)
-       bgeq    L1
-       jbr     Liovfl
-L1:
        jmp     (r1)
 Lerr:
        pushl   $EILLINS
        jmp     .fat
-Liovfl:
-       pushl   $EIOVFL
-       pushl   r1
-       jmp     .trp