summaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index 9c99711ce..2dd75afa8 100644
--- a/eval.c
+++ b/eval.c
@@ -204,7 +204,7 @@ ruby_exec_node(void *n, const char *file)
if ((state = EXEC_TAG()) == 0) {
SAVE_ROOT_JMPBUF(th, {
th->base_block = 0;
- rb_iseq_eval(iseq);
+ rb_iseq_eval_main(iseq);
});
}
POP_TAG();