]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/code_blocks.hpp
VM: Fixup cast formatting after clang-format
[factor.git] / vm / code_blocks.hpp
index c87415e478395eb67c0fc65cc34cf2522ebb2276..6393c6f7e61db400f71b6cf6667be0bb318253c0 100644 (file)
@@ -75,7 +75,7 @@ struct code_block {
     return (gc_info*)((uint8_t*)this + size() - sizeof(gc_info));
   }
 
-  void flush_icache() { factor::flush_icache((cell) this, size()); }
+  void flush_icache() { factor::flush_icache((cell)this, size()); }
 
   template <typename Iterator> void each_instruction_operand(Iterator& iter) {
     if (to_boolean(relocation)) {