* inftarg.c (child_thread_alive): New function to see if a
[deliverable/binutils-gdb.git] / gdb / cpu32bug-rom.c
index 10b149196d58989571ae2142a5f096fd9f476945..d63865e5910845a59cdc06686021fc3e33f3e8e5 100644 (file)
@@ -140,7 +140,7 @@ static struct monitor_ops cpu32bug_cmds =
   "lo\r",                      /* download command */
   "lo\r\n",                    /* load response */
   "CPU32Bug>",                 /* monitor command prompt */
-  NULL,                                /* end-of-command delimitor */
+  "\r",                                /* end-of-line terminator */
   NULL,                                /* optional command terminator */
   &cpu32bug_ops,               /* target operations */
   SERIAL_1_STOPBITS,           /* number of stop bits */
@@ -148,7 +148,7 @@ static struct monitor_ops cpu32bug_cmds =
   MONITOR_OPS_MAGIC            /* magic */
   };
 
-void
+static void
 cpu32bug_open(args, from_tty)
      char *args;
      int from_tty;
This page took 0.02307 seconds and 4 git commands to generate.