diff --git a/byterun/src/analyzer.cpp b/byterun/src/analyzer.cpp index 87c2419c8..31da48c8a 100644 --- a/byterun/src/analyzer.cpp +++ b/byterun/src/analyzer.cpp @@ -317,7 +317,7 @@ void analyze(Bytefile *bf) { break; case Cmd::PATT: --current_stack_depth; - if (l == 0) { // to arg for '=str' // FIXME: magic const + if (l == CMD_PATT_STR) { --current_stack_depth; } if (current_stack_depth < 0) {