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

9 lines
126 B
C++
Raw Normal View History

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