Skip to content

Commit 00c5509

Browse files
committed
Patch from tadzik++ to get bs building on bleed Parrot.
1 parent 9ff82b3 commit 00c5509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/6model/serialization.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1432,7 +1432,7 @@ static void deserialize_context(PARROT_INTERP, SerializationReader *reader, INTV
14321432

14331433
/* Create a context; also grab the lexpad. */
14341434
Parrot_pcc_set_signature(interp, CURRENT_CONTEXT(interp), NULL);
1435-
interp->current_cont = NEED_CONTINUATION;
1435+
Parrot_pcc_reuse_continuation(interp, CURRENT_CONTEXT(interp), NULL);
14361436
where = VTABLE_invoke(interp, static_code, NULL);
14371437
ctx = CURRENT_CONTEXT(interp);
14381438
lexpad = Parrot_pcc_get_lex_pad(interp, ctx);

0 commit comments

Comments
 (0)