Fix cut-to-width in the presence of bad constants in dead code.
[sbcl.git] / src / runtime / sparc-sunos-os.h
index 4f099ac..3c72cb3 100644 (file)
@@ -2,8 +2,10 @@
 #define _SPARC_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)
+{
     asm volatile ("ta 0x03"); /* ta ST_FLUSH_WINDOWS */
     return (os_context_t *) (*void_context);
 }