1.0.8.41: doc spelling fixes.
[sbcl.git] / src / runtime / x86-bsd-os.h
index 8e8b291..406cf57 100644 (file)
@@ -6,7 +6,10 @@
 #include <machine/cpufunc.h>
 #endif
 
-static inline os_context_t *arch_os_get_context(void **void_context) {
+typedef int os_context_register_t;
+
+static inline os_context_t *arch_os_get_context(void **void_context)
+{
     return (os_context_t *) *void_context;
 }