* arm-tdep.c (arm_software_single_step): ANSIfy function declaration.

This commit is contained in:
Richard Earnshaw
2002-02-06 13:12:14 +00:00
parent 5e74b15c0d
commit 039c576668
2 changed files with 19 additions and 3 deletions

View File

@@ -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 */