sc_pc
ucp->uc_mcontext.gregs[EIP] = (int) sc.sc_pc;
sc.sc_pc = (int) ucp->uc_mcontext.gregs[EIP];
int sc_pc; /* pc to retore */
ucp->uc_mcontext.gregs[REG_PC] = sc.sc_pc;
sc.sc_pc = ucp->uc_mcontext.gregs[REG_PC];
long sc_pc; /* pc to retore */
int sc_pc; /* pc to restore */
int sc_pc; /* pc to restore */
int sc_pc; /* pc to retore */
long sc_pc; /* pc to retore */
long sc_pc; /* pc to retore */
int sc_pc; /* pc to retore */
sc.sc_pc = (long)ucp->uc_mcontext.gregs[REG_RIP];
sc.sc_pc = (int)ucp->uc_mcontext.gregs[EIP];
ucp->uc_mcontext.gregs[REG_RIP] = (long)sc.sc_pc;
ucp->uc_mcontext.gregs[EIP] = (int)sc.sc_pc;
sc.sc_pc = ucp->uc_mcontext.gregs[REG_PC];
ucp->uc_mcontext.gregs[REG_PC] = sc.sc_pc;
ucp->uc_mcontext.gregs[REG_PC] = scp->sc_pc;