Merge branch 'singletonfix' of https://github.com/carsonmcdonald/mruby into carsonmcdonald-singletonfix

This commit is contained in:
Yukihiro "Matz" Matsumoto
2013-12-26 17:42:41 +09:00
2 changed files with 35 additions and 0 deletions
+1
View File
@@ -2331,6 +2331,7 @@ codegen(codegen_scope *s, node *tree, int val)
genop(s, MKOP_ABx(OP_EXEC, cursp(), idx));
if (val) {
push();
push();
}
}
break;