X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fx86-sunos-os.h;h=dffcc330908ee8c668971e489978457024187489;hb=da8cb4801a3ab35070f380e22aea3d260f9df8aa;hp=a7d6a92d6205ed3a147970b888eb1de6f1a59b3e;hpb=40e3ba03d0e1b824e4d1ae75d74246b975b70964;p=sbcl.git diff --git a/src/runtime/x86-sunos-os.h b/src/runtime/x86-sunos-os.h index a7d6a92..dffcc33 100644 --- a/src/runtime/x86-sunos-os.h +++ b/src/runtime/x86-sunos-os.h @@ -3,7 +3,8 @@ typedef ucontext_t 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; }