]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/os-linux-arm.hpp
xmode.marker: faster update-match-group
[factor.git] / vm / os-linux-arm.hpp
index 330a1f9471ac22ce6369fd9914d9d510c5737909..74bf6d9dd226f29d309d0a8b29d15520ec34699a 100644 (file)
@@ -10,7 +10,6 @@ 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_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