factor/vm/os-linux-x86-64.h

3 lines
93 B
C
Raw Normal View History

2007-09-22 03:09:18 -04:00
#define UAP_PROGRAM_COUNTER(ucontext) \
(((ucontext_t *)(ucontext))->uc_mcontext.gregs[16])