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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user