Commit ee9e5fa6 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge branch 'master' of github.com:mruby/mruby

parents 48ad07eb 68ec8113
...@@ -1419,6 +1419,9 @@ codegen(codegen_scope *s, node *tree, int val) ...@@ -1419,6 +1419,9 @@ codegen(codegen_scope *s, node *tree, int val)
genop(s, MKOP_AB(OP_MOVE, cursp(), pos)); genop(s, MKOP_AB(OP_MOVE, cursp(), pos));
push(); push();
} }
else if (pos3) {
dispatch_linked(s, pos3);
}
} }
break; break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment