Fix cut-to-width in the presence of bad constants in dead code.
[sbcl.git] / src / runtime / x86-sunos-os.h
index a7d6a92..bb7753a 100644 (file)
@@ -2,8 +2,10 @@
 #define _X86_SOLARIS_OS_H
 
 typedef ucontext_t os_context_t;
+typedef int 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;
 }