mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge branch 'master' of github.com:mruby/mruby
This commit is contained in:
@@ -1893,7 +1893,6 @@ loop_break(codegen_scope *s, node *tree)
|
||||
|
||||
if (tree) {
|
||||
codegen(s, tree, VAL);
|
||||
printf("break op %d\n", cursp());
|
||||
pop();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user