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>
|
1998-12-08 Michael Meissner <meissner@cygnus.com>
|
||||||
|
|
||||||
* monitor.c (monitor_printable_string): New function to convert a
|
* 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 char *ppcbug_inits[] = {"\r", NULL};
|
||||||
|
|
||||||
static void init_ppc_cmds(
|
static void
|
||||||
char * LOAD_CMD,
|
init_ppc_cmds (char * LOAD_CMD,
|
||||||
struct monitor_ops * OPS,
|
struct monitor_ops * OPS,
|
||||||
struct target_ops * targops)
|
struct target_ops * targops)
|
||||||
{
|
{
|
||||||
|
@ -180,7 +180,7 @@ static void init_ppc_cmds(
|
||||||
OPS->target = targops ; /* target operations */
|
OPS->target = targops ; /* target operations */
|
||||||
OPS->stopbits = SERIAL_1_STOPBITS; /* number of stop bits */
|
OPS->stopbits = SERIAL_1_STOPBITS; /* number of stop bits */
|
||||||
OPS->regnames = ppcbug_regnames; /* registers names */
|
OPS->regnames = ppcbug_regnames; /* registers names */
|
||||||
OPS->magic = MONITOR_OPS_MAGIC ; /* magic */
|
OPS->magic = MONITOR_OPS_MAGIC; /* magic */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue