From: ceriel Date: Fri, 2 Sep 1988 11:39:58 +0000 (+0000) Subject: fix in fix: INN ZEQ and INN ZNE still were wrong X-Git-Tag: release-5-5~2877 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=2dfd74fe144f555f1a92deadc9f601832e71ad97;p=ack.git fix in fix: INN ZEQ and INN ZNE still were wrong --- diff --git a/mach/vax4/cg/table b/mach/vax4/cg/table index 3d0ad3cf8..e1aeb5ffa 100644 --- a/mach/vax4/cg/table +++ b/mach/vax4/cg/table @@ -2947,7 +2947,7 @@ loc inn zne $2==4 | source4 | remove(ALL) "bitl\t%[1],$$%(1<<$1%)" "jneq\t$3" | | | -inn zeq $1==4 | source1or2or4 source4 | +inn zeq $1==4 | source4-(ind2+ind4) source4 | remove(ALL) allocate(REG) "cmpl\t%[1],$$31" @@ -2956,7 +2956,7 @@ inn zeq $1==4 | source1or2or4 source4 | "bitl\t%[2],%[a]" "jeql\t$2" | | | #ifdef LOCLABS -inn zne $1==4 | source1or2or4 source4 | +inn zne $1==4 | source4-(ind2+ind4) source4 | remove(ALL) allocate(REG) "cmpl\t%[1],$$31"