Searched refs:orig_npc (Results 1 – 1 of 1) sorted by relevance
1736 CORE_ADDR pc, orig_npc; in sparc_software_single_step() local1740 orig_npc = npc = regcache_raw_get_unsigned (regcache, tdep->npc_regnum); in sparc_software_single_step()1753 gdb_assert (npc != 0 || nnpc != 0 || orig_npc == 0); in sparc_software_single_step()1754 gdb_assert (nnpc != npc || orig_npc == 0); in sparc_software_single_step()