X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fx86-64-linux-os.h;h=48e3e25ea5e79ea15f93eeb2bfcfc36fe24739d5;hb=c2ac5ba3964165ee2d21ccd4c6bf8bdc48e1a165;hp=ba969889384bb088c8244e9e7fe1c9efd8fe6cb7;hpb=cd056980425e3fa67b8b77de3936ccb46508c3b0;p=sbcl.git diff --git a/src/runtime/x86-64-linux-os.h b/src/runtime/x86-64-linux-os.h index ba96988..48e3e25 100644 --- a/src/runtime/x86-64-linux-os.h +++ b/src/runtime/x86-64-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; }