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"	|	| |
This commit is contained in:
ceriel 1985-07-21 11:34:33 +00:00
parent 7b4b53af21
commit 5d86ead6c0

View file

@ -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)