]> gitweb.factorcode.org Git - factor.git/blob - vm/os-netbsd.hpp
Merge branch 'master' of git://factorcode.org/git/factor into constraints
[factor.git] / vm / os-netbsd.hpp
1 #include <ucontext.h>
2
3 namespace factor
4 {
5
6 #define UAP_PROGRAM_COUNTER(uap)    _UC_MACHINE_PC((ucontext_t *)uap)
7
8 }