X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fx86-win32-os.h;h=e703338a79a351ecd53f6502dde1c102a7d1f4e9;hb=dd54f9e004a0a83d1328e94648f48dcc27e0be5b;hp=1f2e748c17aaed0ecc1894feced6e7900b24fa08;hpb=7fb597b585fc715537ea644f7d84440eca217ca1;p=sbcl.git diff --git a/src/runtime/x86-win32-os.h b/src/runtime/x86-win32-os.h index 1f2e748..e703338 100644 --- a/src/runtime/x86-win32-os.h +++ b/src/runtime/x86-win32-os.h @@ -4,7 +4,8 @@ typedef CONTEXT os_context_t; typedef 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; }