X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fx86-64-darwin-os.h;h=1a4f796ed034975a024cffb2f908fdf5882016d6;hb=cc32d78e47dfcad7634e26e69797094ed683a888;hp=a52590880d2112deb273dd13821fae6a87be49e8;hpb=c395677d01755a46ccb82397a3481f065976773b;p=sbcl.git diff --git a/src/runtime/x86-64-darwin-os.h b/src/runtime/x86-64-darwin-os.h index a525908..1a4f796 100644 --- a/src/runtime/x86-64-darwin-os.h +++ b/src/runtime/x86-64-darwin-os.h @@ -15,6 +15,5 @@ static inline os_context_t *arch_os_get_context(void **void_context) #else #define CONTEXT_ADDR_FROM_STEM(stem) &context->uc_mcontext->ss.stem #endif -#define DARWIN_FIX_CONTEXT(context) #endif /* _X86_64_DARWIN_OS_H */