Joel Sherrill (joel@OARcorp.com)
[deliverable/binutils-gdb.git] / gdb / mon960-rom.c
index 37510b88fee3146682d36778ef6d9d2be3c16d69..32dcaff7a998fe4be881d6c83d97aeae5a4353b6 100644 (file)
@@ -151,7 +151,7 @@ static char *mon960_inits[] = { "\r", NULL};
 static struct monitor_ops mon960_cmds ;
 
 static void 
-init_mon960_cmds(void)
+init_mon960_cmds (void)
 {
   mon960_cmds.flags =   MO_CLR_BREAK_USES_ADDR
     | MO_NO_ECHO_ON_OPEN   | MO_SEND_BREAK_ON_STOP   | MO_GETMEM_READ_SINGLE ;    /* flags */
@@ -242,6 +242,8 @@ _initialize_mon960 ()
 {
   memcpy(mon960_regnames, full_regnames, sizeof(full_regnames));
 
+  init_mon960_cmds ();
+
   init_monitor_ops (&mon960_ops);
 
   mon960_ops.to_shortname = "mon960"; /* for the target command */
This page took 0.02352 seconds and 4 git commands to generate.