]> Nishi Git Mirror - gwion.git/commitdiff
:bug: Fix spork ref
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Thu, 21 May 2020 23:34:23 +0000 (01:34 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Thu, 21 May 2020 23:34:23 +0000 (01:34 +0200)
src/vm/vm.c

index 3e65d43f931f0419a7e63f117a964db71e2b3b8a..1df6c21db3ea972d3cb58ef220f2cafcc5b6d4f9 100644 (file)
@@ -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);