mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 13:23:00 +08:00
PARAMS removal.
This commit is contained in:
@ -48,15 +48,13 @@ extern int stop_soon_quietly; /* for wait_for_inferior */
|
||||
extern struct target_ops bug_ops; /* Forward declaration */
|
||||
|
||||
/* Forward function declarations */
|
||||
static int bug_clear_breakpoints PARAMS ((void));
|
||||
static int bug_clear_breakpoints (void);
|
||||
|
||||
static int bug_read_memory PARAMS ((CORE_ADDR memaddr,
|
||||
unsigned char *myaddr,
|
||||
int len));
|
||||
static int bug_read_memory (CORE_ADDR memaddr,
|
||||
unsigned char *myaddr, int len);
|
||||
|
||||
static int bug_write_memory PARAMS ((CORE_ADDR memaddr,
|
||||
unsigned char *myaddr,
|
||||
int len));
|
||||
static int bug_write_memory (CORE_ADDR memaddr,
|
||||
unsigned char *myaddr, int len);
|
||||
|
||||
/* This variable is somewhat arbitrary. It's here so that it can be
|
||||
set from within a running gdb. */
|
||||
|
Reference in New Issue
Block a user