X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fx86-64-darwin-os.h;h=53b2230fe9089f2713b46ed1dca2fde0ba2e38c6;hb=70c40b1892a606163d0f60ac7b20093724e8e5e5;hp=22cde5edd21159d9f69e91f0ad8965a4eb0aed71;hpb=540a673f3dcf4e4a3b6306275684565a8643c161;p=sbcl.git diff --git a/src/runtime/x86-64-darwin-os.h b/src/runtime/x86-64-darwin-os.h index 22cde5e..53b2230 100644 --- a/src/runtime/x86-64-darwin-os.h +++ b/src/runtime/x86-64-darwin-os.h @@ -16,4 +16,7 @@ static inline os_context_t *arch_os_get_context(void **void_context) #define CONTEXT_ADDR_FROM_STEM(stem) &context->uc_mcontext->ss.stem #endif /* __DARWIN_UNIX03 */ +#define RESTORE_FP_CONTROL_FROM_CONTEXT +void os_restore_fp_control(os_context_t *context); + #endif /* _X86_64_DARWIN_OS_H */