X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fppc-bsd-os.h;h=20babe3568fa86254bb185f2e84374f95572bf83;hb=35ab27e7aab71c94aa6be12da15603c7fd87fca8;hp=5c8dde04a5bbabaa2438cae9e8549c420e1b3d57;hpb=1657a93e26650ab1f517980bdc9ab0a9b9f624ca;p=sbcl.git diff --git a/src/runtime/ppc-bsd-os.h b/src/runtime/ppc-bsd-os.h index 5c8dde0..20babe3 100644 --- a/src/runtime/ppc-bsd-os.h +++ b/src/runtime/ppc-bsd-os.h @@ -3,7 +3,8 @@ typedef int 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; }