From 5d86ead6c024356e657e5211a9f1f2bbbdaeb03e Mon Sep 17 00:00:00 2001 From: ceriel Date: Sun, 21 Jul 1985 11:34:33 +0000 Subject: [PATCH] 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" | | | --- mach/vax4/cg/table | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) -- 2.34.1