]> Nishi Git Mirror - gwion.git/commitdiff
:art: vm cosmetics
authorfennecdjay <fennecdjay@gmail.com>
Sat, 19 Nov 2022 12:54:19 +0000 (13:54 +0100)
committerfennecdjay <fennecdjay@gmail.com>
Sat, 19 Nov 2022 12:54:19 +0000 (13:54 +0100)
src/vm/vm.c

index c00a8efc86a7a12fc16417550e548c4228e2222c..7f79eb7bb3776d2b0db8b1ec54f4831cb67ab823 100644 (file)
@@ -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);