diff options
Diffstat (limited to 'gdb/arm-tdep.c')
-rw-r--r-- | gdb/arm-tdep.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/arm-tdep.c b/gdb/arm-tdep.c index b6e4bef..1726dad 100644 --- a/gdb/arm-tdep.c +++ b/gdb/arm-tdep.c @@ -2006,9 +2006,7 @@ arm_get_next_pc (CORE_ADDR pc) set up a simulated single-step, we undo our damage. */ void -arm_software_single_step (ignore, insert_bpt) - int ignore; /* Signal, not needed */ - int insert_bpt; +arm_software_single_step (int ignore, int insert_bpt) { static int next_pc; /* State between setting and unsetting. */ static char break_mem[BREAKPOINT_MAX]; /* Temporary storage for mem@bpt */ |