Skip to content

Commit

Permalink
NODE_SPLAT to pass VAL/NOVAL; fix #3532
Browse files Browse the repository at this point in the history
  • Loading branch information
matz committed Apr 3, 2017
1 parent f5632f2 commit d35fcf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrbgems/mruby-compiler/core/codegen.c
Original file line number Diff line number Diff line change
Expand Up @@ -1681,7 +1681,7 @@ codegen(codegen_scope *s, node *tree, int val)
break;

case NODE_SPLAT:
codegen(s, tree, VAL);
codegen(s, tree, val);
break;

case NODE_ASGN:
Expand Down

0 comments on commit d35fcf1

Please sign in to comment.