Fix 'break' parsing

This commit is contained in:
Ilmir Usmanov
2014-09-25 18:06:21 +04:00
parent f380b30e75
commit cde880b1cf
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -2818,7 +2818,7 @@ parse_statement (void)
temp[0] = NESTING_ITERATIONAL;
temp[1] = NESTING_SWITCH;
must_be_inside_but_not_in (temp, 2, NESTING_FUNCTION);
add_to_rewritable_opcodes (REWRITABLE_BREAK, opcode_counter);
add_to_rewritable_opcodes (REWRITABLE_BREAK, OPCODE_COUNTER ());
mem_heap_free_block (temp);
DUMP_OPCODE_2 (jmp_down, INVALID_VALUE, INVALID_VALUE);
goto cleanup;