X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fx86-64-bsd-os.h;h=9db3ae71108b2894fee6e06ee258fdb63c268833;hb=4ba392170e98744f0ef0b8e08a5d42b988f1d0c9;hp=aefdd30c1df4fd3c67f4d586e0d12448b126bb4b;hpb=584bfdc4e1093e43e4eb328a418b012745935a29;p=sbcl.git diff --git a/src/runtime/x86-64-bsd-os.h b/src/runtime/x86-64-bsd-os.h index aefdd30..9db3ae7 100644 --- a/src/runtime/x86-64-bsd-os.h +++ b/src/runtime/x86-64-bsd-os.h @@ -41,4 +41,9 @@ arch_os_context_mxcsr_addr(os_context_t *context) } #endif +#if defined LISP_FEATURE_OPENBSD +#define RESTORE_FP_CONTROL_FROM_CONTEXT +void os_restore_fp_control(os_context_t *context); +#endif + #endif /* _X86_64_BSD_OS_H */