]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/os-linux-x86.64.hpp
VM: Fixup cast formatting after clang-format
[factor.git] / vm / os-linux-x86.64.hpp
index 1eae40a011b9806bb277a5b5b2e364885fc5a46e..662ffca9bbc8ab12c412f0798168484f58f6a3ea 100644 (file)
@@ -18,10 +18,10 @@ inline static void uap_clear_fpu_status(void* uap) {
   (((ucontext_t*)ucontext)->uc_mcontext.gregs[15])
 #define UAP_PROGRAM_COUNTER(ucontext) \
   (((ucontext_t*)ucontext)->uc_mcontext.gregs[16])
-#define UAP_SET_TOC_POINTER(uap, ptr) (void) 0
+#define UAP_SET_TOC_POINTER(uap, ptr) (void)0
 
-#define CODE_TO_FUNCTION_POINTER(code) (void) 0
-#define CODE_TO_FUNCTION_POINTER_CALLBACK(vm, code) (void) 0
+#define CODE_TO_FUNCTION_POINTER(code) (void)0
+#define CODE_TO_FUNCTION_POINTER_CALLBACK(vm, code) (void)0
 #define FUNCTION_CODE_POINTER(ptr) ptr
 #define FUNCTION_TOC_POINTER(ptr) ptr