ppc64 native userland elements
This commit is contained in:
parent
8ad8d8401b
commit
5aca4cc62c
|
@ -0,0 +1 @@
|
|||
# $NetBSD: Makefile.inc,v 1.1 2006/06/30 23:25:18 ross Exp $
|
|
@ -0,0 +1,5 @@
|
|||
#include <sys/types.h>
|
||||
#include <machine/reg.h>
|
||||
#include <ucontext.h>
|
||||
|
||||
define UC_LR offsetof(ucontext_t, uc_mcontext.__gregs[_REG_LR])
|
Loading…
Reference in New Issue