Fix cut-to-width in the presence of bad constants in dead code.
[sbcl.git] / src / runtime / x86-64-linux-os.h
index 90b34c0..60c6122 100644 (file)
@@ -1,14 +1,16 @@
-#ifndef _X86_LINUX_OS_H
-#define _X86_LINUX_OS_H
+#ifndef _X86_64_LINUX_OS_H
+#define _X86_64_LINUX_OS_H
 
 typedef struct ucontext os_context_t;
 typedef long os_context_register_t;
 
-static inline os_context_t *arch_os_get_context(void **void_context) {
+static inline os_context_t *arch_os_get_context(void **void_context)
+{
     return (os_context_t *) *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 /* _X86_LINUX_OS_H */
+#endif /* _X86_64_LINUX_OS_H */