Fix C-Style in init function.
This commit is contained in:
parent
20dd6c3bb8
commit
14a15da3a5
2 changed files with 53 additions and 48 deletions
|
@ -1,3 +1,8 @@
|
|||
Mon Dec 14 14:46:13 1998 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
From Michael Meissner <meissner@cygnus.com>:
|
||||
* ppcbug-rom.c (init_ppc_cmds): Cleanup formatting.
|
||||
|
||||
1998-12-08 Michael Meissner <meissner@cygnus.com>
|
||||
|
||||
* monitor.c (monitor_printable_string): New function to convert a
|
||||
|
|
|
@ -132,8 +132,8 @@ static struct target_ops ppcbug_ops1;
|
|||
|
||||
static char *ppcbug_inits[] = {"\r", NULL};
|
||||
|
||||
static void init_ppc_cmds(
|
||||
char * LOAD_CMD,
|
||||
static void
|
||||
init_ppc_cmds (char * LOAD_CMD,
|
||||
struct monitor_ops * OPS,
|
||||
struct target_ops * targops)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue