Add a "\n" to the "go" command so it'll start right away.
This commit is contained in:
parent
e1c145993e
commit
f9ac2066da
1 changed files with 1 additions and 1 deletions
|
@ -703,7 +703,7 @@ array_resume (pid, step, sig)
|
|||
if (step) {
|
||||
printf_monitor ("s\n");
|
||||
} else {
|
||||
printf_monitor ("go");
|
||||
printf_monitor ("go\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue