From: ceriel Date: Thu, 30 Oct 1986 15:44:25 +0000 (+0000) Subject: Removed the integer overflow check, as it is'nt checked by X-Git-Tag: release-5-5~5170 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=541f3caf504317b2aa911cb6a916dcf43f6fab04;p=ack.git Removed the integer overflow check, as it is'nt checked by "cg". --- diff --git a/mach/vax4/libem/cui.s b/mach/vax4/libem/cui.s index 4fcf3f4a0..9242ea7d6 100644 --- a/mach/vax4/libem/cui.s +++ b/mach/vax4/libem/cui.s @@ -12,15 +12,7 @@ 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