0.9.16.40:
[sbcl.git] / src / runtime / x86-bsd-os.h
index 303b7eb..d03b8aa 100644 (file)
@@ -19,4 +19,9 @@ static inline os_context_t *arch_os_get_context(void **void_context) {
 #error unsupported BSD variant
 #endif
 
+#if defined LISP_FEATURE_FREEBSD
+#define RESTORE_FP_CONTROL_FROM_CONTEXT
+void os_restore_fp_control(os_context_t *context);
+#endif
+
 #endif /* _X86_BSD_OS_H */