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 43f76f6..58052c8 100644 --- a/gdb/cpu32bug-rom.c +++ b/gdb/cpu32bug-rom.c @@ -138,7 +138,7 @@ static struct monitor_ops cpu32bug_cmds = cpu32bug_supply_register, /* supply_register */ NULL, /* load_routine (defaults to SRECs) */ "lo\r", /* download command */ - "lo\r\n", /* load response */ + "\n", /* load response */ "CPU32Bug>", /* monitor command prompt */ "\r", /* end-of-line terminator */ NULL, /* optional command terminator */ |