]> gitweb.factorcode.org Git - factor.git/blob - vm/os-netbsd-x86.32.hpp
Fixing failing unit tests in compiler.tree.propagation due to constraints
[factor.git] / vm / os-netbsd-x86.32.hpp
1 #include <ucontext.h>
2
3 namespace factor
4 {
5
6 #define ucontext_stack_pointer(uap) ((void *)_UC_MACHINE_SP((ucontext_t *)uap))
7
8 }