X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fppc-darwin-os.h;h=984e932986958de9b3a7d09969aca56ed87976af;hb=d446dd586b59edea428d612ad76267b9c1cacd9b;hp=adbbdadabbd54ee36fd9a2de7d1b2d8b8adca45e;hpb=1bc8fbfb6cdc0e2d39ec00402c9430b9e364f87b;p=sbcl.git diff --git a/src/runtime/ppc-darwin-os.h b/src/runtime/ppc-darwin-os.h index adbbdad..984e932 100644 --- a/src/runtime/ppc-darwin-os.h +++ b/src/runtime/ppc-darwin-os.h @@ -3,7 +3,8 @@ typedef unsigned 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; }