aboutsummaryrefslogtreecommitdiff
path: root/gdb/sh3-rom.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/sh3-rom.c')
-rw-r--r--gdb/sh3-rom.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/sh3-rom.c b/gdb/sh3-rom.c
index 77eb093..ab4aa69 100644
--- a/gdb/sh3-rom.c
+++ b/gdb/sh3-rom.c
@@ -184,7 +184,9 @@ static struct target_ops sh3_ops, sh3e_ops;
static char *sh3_inits[] = {"\003", NULL}; /* Exits sub-command mode & download cmds */
static struct monitor_ops sh3_cmds ;
-static void init_sh3_cmds(void)
+
+static void
+init_sh3_cmds(void)
{
sh3_cmds.flags = MO_CLR_BREAK_USES_ADDR | MO_GETMEM_READ_SINGLE ; /* flags */
sh3_cmds.init = sh3_inits; /* monitor init string */