gencgc: More precise conservatism for pointers to boxed pages.
[sbcl.git] / src / runtime / alpha-linux-os.h
index 63858cf..40a25ea 100644 (file)
@@ -2,9 +2,11 @@
 #define _ALPHA_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) {
-  return (os_context_t *) *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);