_REG_EIP
u->uc_mcontext.__gregs[_REG_EIP] = (uintptr_t)start;
gr[_REG_EIP] = (__greg_t)func;
gr[_REG_EIP] = tf->tf_eip;
(void *) gr[_REG_EIP])) != -1)
gr[_REG_EIP] = ras_eip;
tf->tf_eip = gr[_REG_EIP];
#define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_EIP])
gdb_regs[ 8] = gregs[_REG_EIP];
gregs[_REG_EIP] = gdb_regs[ 8];
if (uctx->uc_mcontext.__gregs[_REG_EIP] != (intptr_t)&fs_read_begin) {