mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #3656 from clayton-shopify/fix-codegen-default
Change return back to break in the default case.
This commit is contained in:
@@ -1026,7 +1026,7 @@ gen_assignment(codegen_scope *s, node *tree, int sp, int val)
|
||||
#ifndef MRB_DISABLE_STDIO
|
||||
fprintf(stderr, "unknown lhs %d\n", type);
|
||||
#endif
|
||||
return;
|
||||
break;
|
||||
}
|
||||
if (val) push();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user