X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fx86-darwin-os.h;h=aa2710c8a50a757b62c8198f1f268c976a0b3463;hb=ee90e535c985f697c71d839083aed16710f846fd;hp=36581d33aec7892200de4106649c4dd66437c507;hpb=ba70061023f0e124aa1149f3203ec67c0fac155d;p=sbcl.git diff --git a/src/runtime/x86-darwin-os.h b/src/runtime/x86-darwin-os.h index 36581d3..aa2710c 100644 --- a/src/runtime/x86-darwin-os.h +++ b/src/runtime/x86-darwin-os.h @@ -8,7 +8,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; }