There was a bug in the "str $1==0" instruction. It said:
authorceriel <none@none>
Sun, 21 Jul 1985 11:34:33 +0000 (11:34 +0000)
committerceriel <none@none>
Sun, 21 Jul 1985 11:34:33 +0000 (11:34 +0000)
commit5d86ead6c024356e657e5211a9f1f2bbbdaeb03e
treedeb7c447d8b80fba307d1cca7b16715068a2e9aa
parent7b4b53af218b93fa746484275bbd12e43c032b57
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