_REG_nPC
gr[_REG_nPC] = (ulong) start + 4;
uc.uc_mcontext.__gregs[_REG_nPC] = sc->sc_pc+4;
gr[_REG_nPC] = (__greg_t)func + 4;
gr[_REG_nPC] = (ulong) start + 4;
uc.uc_mcontext.__gregs[_REG_nPC] = sc->sc_pc+4;
gr[_REG_nPC] = (__greg_t)func + 4;
(uc)->uc_mcontext.__gregs[_REG_nPC] = (pc) + 4; \
r[_REG_nPC] = tf->tf_npc;
r[_REG_nPC] = ras_pc + 4;
if (((gr[_REG_PC] | gr[_REG_nPC]) & 3) != 0 ||
gr[_REG_PC] == 0 || gr[_REG_nPC] == 0)
tf->tf_npc = r[_REG_nPC];
gr[_REG_nPC] = tf->tf_npc;
gr[_REG_nPC] = ras_pc + 4;
if (((gr[_REG_PC] | gr[_REG_nPC]) & 3) != 0 ||
gr[_REG_PC] == 0 || gr[_REG_nPC] == 0)
tf->tf_npc = (uint64_t)gr[_REG_nPC];
gr[_REG_nPC] = tf->tf_npc;
if (((gr[_REG_PC] | gr[_REG_nPC]) & 3) != 0 ||
gr[_REG_PC] == 0 || gr[_REG_nPC] == 0)
tf->tf_npc = (uint64_t)gr[_REG_nPC];
uc->uc_mcontext.__gregs[_REG_nPC] = 0x100002;
uc->uc_mcontext.__gregs[_REG_nPC] = 0;