1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-16 07:17:16 +00:00

Work on marshaling fiber.

This commit is contained in:
Calvin Rose
2018-08-24 08:22:43 -04:00
parent f5b4bc4fdf
commit b8a6cd84c0
2 changed files with 137 additions and 15 deletions

View File

@@ -186,7 +186,8 @@ recur:
return;
dst_gc_mark(fiber);
dst_mark_function(fiber->root);
if (fiber->root)
dst_mark_function(fiber->root);
i = fiber->frame;
j = fiber->stackstart - DST_FRAME_SIZE;