X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fppc-linux-os.h;h=3ae5596a3a76d1e3ee050b36d9fa9fdb5ddb9c49;hb=c2ac5ba3964165ee2d21ccd4c6bf8bdc48e1a165;hp=4f65e16430678c1980089151d80a0953ce7f134a;hpb=1714224f33ba559eab11af8827a78f9a5aebd698;p=sbcl.git diff --git a/src/runtime/ppc-linux-os.h b/src/runtime/ppc-linux-os.h index 4f65e16..3ae5596 100644 --- a/src/runtime/ppc-linux-os.h +++ b/src/runtime/ppc-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; }