Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add a write barrier.
  • Loading branch information
jnthn committed Sep 21, 2011
1 parent e606bec commit 5440fde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pmc/perl6lexpad.pmc
Expand Up @@ -28,6 +28,7 @@ static PMC * fresh_scalar(PARROT_INTERP, PMC *cont_desc) {
Rakudo_Scalar *cont = (Rakudo_Scalar *)PMC_data(fresh);
cont->descriptor = cont_desc;
cont->value = Any;
PARROT_GC_WRITE_BARRIER(interp, fresh);
return fresh;
}

Expand Down

0 comments on commit 5440fde

Please sign in to comment.