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:
parent
7b4b53af21
commit
5d86ead6c0
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue