X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Falpha-linux-os.h;h=40a25eab47108d2af710d517156a664c569da84e;hb=7f1e94ae961a198e00daf281eb1dc858e5b2dcc7;hp=d4280429d31ffe0d25c75d843fb6b1f6ac092228;hpb=4ae1b794a5d6a90794468cf8017f5307f2c30dfe;p=sbcl.git diff --git a/src/runtime/alpha-linux-os.h b/src/runtime/alpha-linux-os.h index d428042..40a25ea 100644 --- a/src/runtime/alpha-linux-os.h +++ b/src/runtime/alpha-linux-os.h @@ -4,7 +4,8 @@ typedef struct ucontext os_context_t; typedef long 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; }