Commit 77b2ec30 authored by dycoon's avatar dycoon

add write barrier to env on pop call info poped. #2525

parent 7a25b533
......@@ -253,6 +253,7 @@ cipop(mrb_state *mrb)
stack_copy(p, e->stack, len);
}
e->stack = p;
mrb_write_barrier(mrb, (struct RBasic *)e);
}
c->ci--;
......
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