Removed the integer overflow check, as it is'nt checked by

"cg".
This commit is contained in:
ceriel 1986-10-30 15:44:25 +00:00
parent 162eb9bb70
commit 541f3caf50

View file

@ -12,15 +12,7 @@
movl (sp)+,r0 movl (sp)+,r0
cmpl r0,$4 cmpl r0,$4
bneq Lerr bneq Lerr
tstl (sp)
bgeq L1
jbr Liovfl
L1:
jmp (r1) jmp (r1)
Lerr: Lerr:
pushl $EILLINS pushl $EILLINS
jmp .fat jmp .fat
Liovfl:
pushl $EIOVFL
pushl r1
jmp .trp