Removed the integer overflow check, as it is'nt checked by
"cg".
This commit is contained in:
parent
162eb9bb70
commit
541f3caf50
1 changed files with 0 additions and 8 deletions
|
@ -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
|
|
||||||
|
|
Loading…
Reference in a new issue