%other-pointer-widetag derive-type: derive for simple-array.
[sbcl.git] / src / runtime / x86-64-sunos-os.h
blobe46c40143200eaeff22b8e84d8bc208f48e87553
1 #ifndef _X86_64_SOLARIS_OS_H
2 #define _X86_64_SOLARIS_OS_H
4 typedef struct ucontext os_context_t;
5 typedef long os_context_register_t;
7 #include "arch-os-generic.inc"
9 #define OS_CONTEXT_PC(context) context->uc_mcontext.gregs[REG_RIP]
11 #endif /* _X86_64_SOLARIS_OS_H */