]> Nishi Git Mirror - gwion.git/commitdiff
:art: Remove extraneous space
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Tue, 5 May 2020 12:53:57 +0000 (14:53 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Tue, 5 May 2020 12:53:57 +0000 (14:53 +0200)
src/vm/vm.c

index 13b0d0ba655149d1522709e2fc2861f01d028d39..39c4375323ef22510411bff5742fff59648a27f0 100644 (file)
@@ -121,7 +121,7 @@ ANN static inline void vm_ugen_init(const VM* vm) {
 #endif
 
 ANN static inline m_bool overflow_(const m_bit* mem, const VM_Shred c) {
-  return mem >  (((m_bit*)c + sizeof(struct VM_Shred_) + SIZEOF_REG) + (SIZEOF_MEM) - (MEM_STEP*16));
+  return mem > (((m_bit*)c + sizeof(struct VM_Shred_) + SIZEOF_REG) + (SIZEOF_MEM) - (MEM_STEP*16));
 }
 
 ANN static inline VM_Shred init_spork_shred(const VM_Shred shred, const VM_Code code) {