]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/os-linux-x86.32.hpp
audio.engine.test: cleanup using
[factor.git] / vm / os-linux-x86.32.hpp
index e8f7d645f71583632aa49dbde5190a65f9e4fe43..c078c478f42391123699e78970935d0dc3c2057a 100644 (file)
@@ -50,7 +50,6 @@ inline static void uap_clear_fpu_status(void* uap) {
   (((ucontext_t*)ucontext)->uc_mcontext.gregs[7])
 #define UAP_PROGRAM_COUNTER(ucontext) \
   (((ucontext_t*)ucontext)->uc_mcontext.gregs[14])
-#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