From: Jérémie Astor Date: Thu, 23 Sep 2021 15:43:14 +0000 (+0200) Subject: :bug: more effect fixes X-Git-Tag: nightly~426 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=9c76e2d0f89827591a38d45f516c68dfff57adf8;p=gwion.git :bug: more effect fixes --- diff --git a/src/vm/vm.c b/src/vm/vm.c index d8090747..b618e9df 100644 --- a/src/vm/vm.c +++ b/src/vm/vm.c @@ -89,6 +89,7 @@ ANN static inline bool find_handle(const VM_Shred shred, const Symbol effect, co shredule(shred->tick->shreduler, shred, 0); shred->pc = pc; // VKEY(m, i); vector_pop(&shred->info->frame); + vector_pop(&shred->info->frame); // return false; return true; }