X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Falpha-linux-os.h;h=c765e0876419f4168305f01e19a0b7e1cdff3644;hb=1a66c01ddaca2c2349d106fc335f527c802cc8f2;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..c765e08 100644 --- a/src/runtime/alpha-linux-os.h +++ b/src/runtime/alpha-linux-os.h @@ -4,7 +4,7 @@ typedef struct ucontext os_context_t; static inline os_context_t *arch_os_get_context(void **void_context) { - return (os_context_t *) *void_context; + return (os_context_t *) *void_context; } unsigned long os_context_fp_control(os_context_t *context);