X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fhppa-linux-os.h;h=961ec444b170bf9fbfde2f3d797d78e516c743ed;hb=8643c93d4db277f6e1cb880a42407ff29e19f618;hp=f0c23ac7294c645ad8512f6d81f7679d8e4f70a0;hpb=4ae1b794a5d6a90794468cf8017f5307f2c30dfe;p=sbcl.git diff --git a/src/runtime/hppa-linux-os.h b/src/runtime/hppa-linux-os.h index f0c23ac..961ec44 100644 --- a/src/runtime/hppa-linux-os.h +++ b/src/runtime/hppa-linux-os.h @@ -6,7 +6,8 @@ typedef struct ucontext os_context_t; wide-sigcontext for 32-bit kernels */ typedef unsigned 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; }