diff options
-rw-r--r-- | gdb/remote-array.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-array.c b/gdb/remote-array.c index 49e236d..0b36af1 100644 --- a/gdb/remote-array.c +++ b/gdb/remote-array.c @@ -703,7 +703,7 @@ array_resume (pid, step, sig) if (step) { printf_monitor ("s\n"); } else { - printf_monitor ("go"); + printf_monitor ("go\n"); } } |