X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Falpha-linux-os.h;h=40a25eab47108d2af710d517156a664c569da84e;hb=eac461c1f1ca91cfe282c779291d582ed6b336cb;hp=63858cf4b653744dde903e550514341d57eaa0aa;hpb=637371f800e71ac4449e01d59571c9d10f6bde26;p=sbcl.git diff --git a/src/runtime/alpha-linux-os.h b/src/runtime/alpha-linux-os.h index 63858cf..40a25ea 100644 --- a/src/runtime/alpha-linux-os.h +++ b/src/runtime/alpha-linux-os.h @@ -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);