Skip to content

Commit 427aa42

Browse files
committed
Add missing write barrier.
1 parent cec7bc0 commit 427aa42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ops/nqp.ops

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -832,6 +832,7 @@ inline op repr_bind_pos_obj(in PMC, in INT, in PMC) :base_core {
832832
else
833833
Parrot_ex_throw_from_c_args(interp, NULL, EXCEPTION_INVALID_OPERATION,
834834
"Cannot do bind_pos on a type object");
835+
PARROT_GC_WRITE_BARRIER(interp, obj);
835836
}
836837
else
837838
Parrot_ex_throw_from_c_args(interp, NULL, EXCEPTION_INVALID_OPERATION,

0 commit comments

Comments
 (0)