repo.or.cz
/
factor
/
jcg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix validators
[factor/jcg.git]
/
vm
/
os-netbsd-x86.64.h
blob
587dc85ec7a7ead911670b716cacc3c5305b8b5f
1
#include <ucontext.h>
2
3
#define ucontext_stack_pointer(uap) \
4
((void *)(((ucontext_t *)(uap))->uc_mcontext.__gregs[_REG_URSP]))