factor/vmpp/os-netbsd-x86.32.hpp

4 lines
103 B
C++
Raw Normal View History

2009-05-02 05:04:19 -04:00
#include <ucontext.h>
#define ucontext_stack_pointer(uap) ((void *)_UC_MACHINE_SP((ucontext_t *)uap))