From: ceriel Date: Sun, 21 Jul 1985 11:34:33 +0000 (+0000) Subject: There was a bug in the "str $1==0" instruction. It said: X-Git-Tag: release-5-5~5431 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=5d86ead6c024356e657e5211a9f1f2bbbdaeb03e;p=ack.git There was a bug in the "str $1==0" instruction. It said: str $1==0 | source4 | remove(ALL) "jsb\t.strlb" | | | It should of course have been str $1==0 | STACK | jsb\t.strlb" | | | --- diff --git a/mach/vax4/cg/table b/mach/vax4/cg/table index 51117dc10..7975d2e68 100644 --- a/mach/vax4/cg/table +++ b/mach/vax4/cg/table @@ -4434,8 +4434,7 @@ sig | STACK | "jsb\t.sig" | | | sim | STACK | "jsb\t.sim" | | | -str $1==0 | source4 | - remove(ALL) +str $1==0 | STACK | "jsb\t.strlb" | | | str $1==1 | source4 | remove(ALL)