From 00f523fe7fc9b27d2d4827436481efe463923c80 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Fri, 22 May 2020 01:34:23 +0200 Subject: [PATCH] :bug: Fix spork ref --- src/vm/vm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/vm/vm.c b/src/vm/vm.c index 3e65d43f..1df6c21d 100644 --- a/src/vm/vm.c +++ b/src/vm/vm.c @@ -127,7 +127,6 @@ ANN static inline m_bool overflow_(const m_bit* mem, const VM_Shred c) { ANN static inline VM_Shred init_spork_shred(const VM_Shred shred, const VM_Code code) { const VM_Shred sh = new_shred_base(shred, code); vm_add_shred(shred->info->vm, sh); - vector_add(&shred->gc, (vtype)sh->info->me); sh->tick->parent = shred->tick; if(!shred->tick->child.ptr) vector_init(&shred->tick->child); -- 2.43.0