factor/vm/os-netbsd.hpp

11 lines
170 B
C++

#include <ucontext.h>
namespace factor
{
#define UAP_PROGRAM_COUNTER(uap) _UC_MACHINE_PC((ucontext_t *)uap)
#define DIRECTORY_P(file) ((file)->d_type == DT_DIR)
}