]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/os-linux-arm.hpp
audio.engine.test: cleanup using
[factor.git] / vm / os-linux-arm.hpp
index 7388698961bc05c2f507946079f282427b774595..74bf6d9dd226f29d309d0a8b29d15520ec34699a 100644 (file)
@@ -10,11 +10,9 @@ void flush_icache(cell start, cell len);
   (((ucontext_t*)ucontext)->uc_mcontext.arm_sp)
 #define UAP_PROGRAM_COUNTER(ucontext) \
   (((ucontext_t*)ucontext)->uc_mcontext.arm_pc)
-#define UAP_STACK_POINTER_TYPE greg_t
-#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
 }