X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Falpha-osf1-os.h;h=058c494ba83567673cf6bce57dc70d0486f16ae3;hb=afb952a15b893beccbc7750ebdc0ee403459fe28;hp=3f52c3059d052005e210793bdd4cad4f14efe699;hpb=48f92d19cf12f3aff81a29a786970264a523bc7a;p=sbcl.git diff --git a/src/runtime/alpha-osf1-os.h b/src/runtime/alpha-osf1-os.h index 3f52c30..058c494 100644 --- a/src/runtime/alpha-osf1-os.h +++ b/src/runtime/alpha-osf1-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; } #endif /* _ALPHA_OSF1_OS_H */