X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Falpha-osf1-os.h;h=567e55b09eb8a6aa6903cc30b9f0eeb26c258985;hb=961c6bf2eda5d492d5dbb7e275fe4e0931f7adf8;hp=058c494ba83567673cf6bce57dc70d0486f16ae3;hpb=503a50f07740b52908f630b0492cf56556f1a792;p=sbcl.git diff --git a/src/runtime/alpha-osf1-os.h b/src/runtime/alpha-osf1-os.h index 058c494..567e55b 100644 --- a/src/runtime/alpha-osf1-os.h +++ b/src/runtime/alpha-osf1-os.h @@ -3,7 +3,8 @@ typedef struct ucontext os_context_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; }