Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make sure we don't lose the static_code reference over the PBC boundary.
  • Loading branch information
jnthn committed Feb 26, 2012
1 parent bf9f634 commit 600a772
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pmc/nqplexinfo.pmc
Expand Up @@ -87,6 +87,7 @@ pmclass NQPLexInfo

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

Expand Down

0 comments on commit 600a772

Please sign in to comment.