gencgc: More precise conservatism for pointers to boxed pages.
[sbcl.git] / src / runtime / ppc-linux-os.h
index 3ae5596..714d40d 100644 (file)
@@ -10,6 +10,7 @@ static inline os_context_t *arch_os_get_context(void **void_context)
 }
 
 unsigned long os_context_fp_control(os_context_t *context);
+#define RESTORE_FP_CONTROL_FROM_CONTEXT
 void os_restore_fp_control(os_context_t *context);
 
 #endif /* _PPC_LINUX_OS_H */