Skip to content

Commit

Permalink
Merge pull request #2569 from dycoon/issue2525
Browse files Browse the repository at this point in the history
add write barrier to env on pop call info poped. #2525
  • Loading branch information
matz committed Aug 28, 2014
2 parents 7a25b53 + 77b2ec3 commit 1abbfec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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--;
Expand Down

0 comments on commit 1abbfec

Please sign in to comment.