revert fix in #1620

This commit is contained in:
Yukihiro "Matz" Matsumoto
2013-12-26 17:43:53 +09:00
parent 2ec67c651e
commit efbaa53c53
-1
View File
@@ -2331,7 +2331,6 @@ codegen(codegen_scope *s, node *tree, int val)
genop(s, MKOP_ABx(OP_EXEC, cursp(), idx));
if (val) {
push();
push();
}
}
break;