Remove more disassembler bogosity
[sbcl.git] / src / runtime / x86-sunos-os.h
blobbb7753a9e796eb161dce91159f33d340222be60e
1 #ifndef _X86_SOLARIS_OS_H
2 #define _X86_SOLARIS_OS_H
4 typedef ucontext_t os_context_t;
5 typedef int os_context_register_t;
7 static inline os_context_t *arch_os_get_context(void **void_context)
9 return (os_context_t *) *void_context;
12 #endif /* _X86_SOLARIS_OS_H */