mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
infcmd.c (step_1),
infrun.c (wait_for_inferior): collapse SHIFT_INST_REGS ifdef and insert macro.
This commit is contained in:
@@ -395,8 +395,7 @@ which has no line number information.\n", name);
|
||||
if (! stop_step)
|
||||
break;
|
||||
#if defined (SHIFT_INST_REGS)
|
||||
write_register (NNPC_REGNUM, read_register (NPC_REGNUM));
|
||||
write_register (NPC_REGNUM, read_register (PC_REGNUM));
|
||||
SHIFT_INST_REGS();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user