X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fx86-linux-os.h;h=6e688c66211bf657f5774ab2e02de600ff46a8bc;hb=ccd8e0156b45b6aa88d95bd796e1f49aebebe37d;hp=c24c962301a2571e4a841aea018324cd2cac15b8;hpb=426bde0954ef91387b8ab0d4528fad9ec02fa24c;p=sbcl.git diff --git a/src/runtime/x86-linux-os.h b/src/runtime/x86-linux-os.h index c24c962..6e688c6 100644 --- a/src/runtime/x86-linux-os.h +++ b/src/runtime/x86-linux-os.h @@ -4,7 +4,8 @@ typedef struct ucontext os_context_t; typedef greg_t 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; }