From 511ffbf219567dcb32d9a11c5e23333e243c9b81 Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Fri, 12 May 1995 20:52:11 +0000 Subject: * cpu32bug-rom.c remote-est.c rom68k-rom.c: Update line_term element. --- gdb/cpu32bug-rom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/cpu32bug-rom.c') diff --git a/gdb/cpu32bug-rom.c b/gdb/cpu32bug-rom.c index 10b1491..dcf3bdf 100644 --- a/gdb/cpu32bug-rom.c +++ b/gdb/cpu32bug-rom.c @@ -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 */ -- cgit v1.1