factor/vm/os-netbsd.hpp

6 lines
131 B
C++
Raw Normal View History

2009-05-02 05:04:19 -04:00
#include <ucontext.h>
2010-03-27 09:44:20 -04:00
#define UAP_PROGRAM_COUNTER(uap) _UC_MACHINE_PC((ucontext_t *)uap)
2009-05-04 02:46:13 -04:00
2010-03-27 09:44:20 -04:00
#define UAP_STACK_POINTER_TYPE __greg_t