mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 23:08:46 +00:00
fix magic constant
This commit is contained in:
parent
d90a8cf89f
commit
b85b694d78
1 changed files with 1 additions and 1 deletions
|
|
@ -317,7 +317,7 @@ void analyze(Bytefile *bf) {
|
||||||
break;
|
break;
|
||||||
case Cmd::PATT:
|
case Cmd::PATT:
|
||||||
--current_stack_depth;
|
--current_stack_depth;
|
||||||
if (l == 0) { // to arg for '=str' // FIXME: magic const
|
if (l == CMD_PATT_STR) {
|
||||||
--current_stack_depth;
|
--current_stack_depth;
|
||||||
}
|
}
|
||||||
if (current_stack_depth < 0) {
|
if (current_stack_depth < 0) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue