Add a "\n" to the "go" command so it'll start right away.

This commit is contained in:
Rob Savoye 1996-01-02 23:59:48 +00:00
parent e1c145993e
commit f9ac2066da

View File

@ -703,7 +703,7 @@ array_resume (pid, step, sig)
if (step) {
printf_monitor ("s\n");
} else {
printf_monitor ("go");
printf_monitor ("go\n");
}
}