Configure callinfo target_class as CRuby; ref #3429

This commit is contained in:
Yukihiro "Matz" Matsumoto
2017-02-16 23:30:13 +09:00
parent 4dae285325
commit 73e5a19c39
+1 -1
View File
@@ -198,7 +198,7 @@ create_proc_from_string(mrb_state *mrb, char *s, int len, mrb_value binding, con
e->cioff = c->ci - c->cibase - 1;
e->stack = c->ci->stackent;
MRB_SET_ENV_STACK_LEN(e, c->ci[-1].proc->body.irep->nlocals);
c->ci->target_class = mrb->object_class;
c->ci->target_class = proc->target_class;
c->ci->env = 0;
proc->env = e;
patch_irep(mrb, proc->body.irep, 0);