mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 10:00:51 +00:00
* arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user