diff options
Diffstat (limited to 'gdb/cpu32bug-rom.c')
-rw-r--r-- | gdb/cpu32bug-rom.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |