]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/os-linux-ppc.32.hpp
xmode.marker: more correct faster update-match-group
[factor.git] / vm / os-linux-ppc.32.hpp
index 7a9fbabcd389b6cf9ad65fddb19c5a23abb1df83..f09a6fdaeeb1ac946403141442711e4e6fcb0a08 100644 (file)
@@ -6,7 +6,6 @@ namespace factor {
   ((ucontext_t*)ucontext)->uc_mcontext.uc_regs->gregs[1]
 #define UAP_PROGRAM_COUNTER(ucontext) \
   (((ucontext_t*)ucontext)->uc_mcontext.uc_regs->gregs[32])
-#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