8ee0e386b8107fca3b17a7bc63cb797a7a573a4d
[sbcl.git] / src / runtime / x86-darwin-os.h
1 #ifndef _X86_DARWIN_OS_H
2 #define _X86_DARWIN_OS_H
3
4 static inline os_context_t *arch_os_get_context(void **void_context) {
5     return (os_context_t *) *void_context;
6 }
7
8 #define CONTEXT_ADDR_FROM_STEM(stem) &context->uc_mcontext->ss.stem
9 #define DARWIN_FIX_CONTEXT(context)
10
11 #endif /* _X86_DARWIN_OS_H */