Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Perl6LexInfo to save static_code ref over the PBC boundary also.
  • Loading branch information
jnthn committed Feb 26, 2012
1 parent 3878d27 commit 5bc64cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pmc/perl6lexinfo.pmc
Expand Up @@ -99,6 +99,7 @@ pmclass Perl6LexInfo

VTABLE void visit(PMC *info) {
VISIT_PMC_ATTR(INTERP, info, SELF, Perl6LexInfo, name_to_register_map);
VISIT_PMC_ATTR(INTERP, info, SELF, Perl6LexInfo, static_code);
SUPER(info);
}

Expand Down

0 comments on commit 5bc64cc

Please sign in to comment.