1999-02-03 Martin Hunt <hunt@cygnus.com>
[deliverable/binutils-gdb.git] / gdb / sh3-rom.c
index 77eb093cf3e16079f7cb45da065fb75bd303761c..ab4aa692427e540164894810f15d23cce33f3205 100644 (file)
@@ -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 */
This page took 0.022983 seconds and 4 git commands to generate.