X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fx86-bsd-os.h;h=1340cb49fd4dbcdea7c3fb220191746e63b1a819;hb=619ee68faffc3990c5108611762ef54bf8cbbd1e;hp=d1e39f908e4191765c62c3ced649febe23bdebaf;hpb=68fd2d2dd6f265669a8957accd8a33e62786a97e;p=sbcl.git diff --git a/src/runtime/x86-bsd-os.h b/src/runtime/x86-bsd-os.h index d1e39f9..1340cb4 100644 --- a/src/runtime/x86-bsd-os.h +++ b/src/runtime/x86-bsd-os.h @@ -2,7 +2,7 @@ #define _X86_LINUX_OS_H static inline os_context_t *arch_os_get_context(void **void_context) { - return (os_context_t *) *void_context; + return (os_context_t *) *void_context; } #endif /* _X86_LINUX_OS_H */