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

This commit is contained in:
dycoon
2014-08-28 09:14:40 +09:00
parent 7a25b53301
commit 77b2ec30ff
+1
View File
@@ -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--;