Skip to content

Commit

Permalink
Patch from tadzik++ to get bs building on bleed Parrot.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Feb 29, 2012
1 parent 9ff82b3 commit 00c5509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/6model/serialization.c
Expand Up @@ -1432,7 +1432,7 @@ static void deserialize_context(PARROT_INTERP, SerializationReader *reader, INTV

/* Create a context; also grab the lexpad. */
Parrot_pcc_set_signature(interp, CURRENT_CONTEXT(interp), NULL);
interp->current_cont = NEED_CONTINUATION;
Parrot_pcc_reuse_continuation(interp, CURRENT_CONTEXT(interp), NULL);
where = VTABLE_invoke(interp, static_code, NULL);
ctx = CURRENT_CONTEXT(interp);
lexpad = Parrot_pcc_get_lex_pad(interp, ctx);
Expand Down

0 comments on commit 00c5509

Please sign in to comment.