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

9 lines
126 B
C++

#include <ucontext.h>
namespace factor
{
#define ucontext_stack_pointer(uap) ((void *)_UC_MACHINE_SP((ucontext_t *)uap))
}