From: fennecdjay Date: Sat, 19 Nov 2022 12:54:19 +0000 (+0100) Subject: :art: vm cosmetics X-Git-Tag: nightly~207^2~82 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=14179ff3b58c9ba2dc94573ace5bd478c5c4edc6;p=gwion.git :art: vm cosmetics --- diff --git a/src/vm/vm.c b/src/vm/vm.c index c00a8efc..7f79eb7b 100644 --- a/src/vm/vm.c +++ b/src/vm/vm.c @@ -244,7 +244,7 @@ ANN static inline bool overflow_(const m_bit *mem, const VM_Shred c) { (SIZEOF_MEM)); } -ANN /*static inline */ VM_Shred init_spork_shred(const VM_Shred shred, +ANN static 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);