Revert "reader: flush stdout between commands."

This reverts commit 2a55daf304.
This commit is contained in:
Daniel Beer 2012-02-25 08:26:04 +13:00
parent 2a55daf304
commit 355948af16
1 changed files with 1 additions and 3 deletions

View File

@ -188,11 +188,9 @@ void reader_loop(void)
want_exit = 0;
for (;;) {
char *buf;
char *buf = readline("(mspdebug) ");
char tmpbuf[MAX_READER_LINE];
fflush(stdout);
buf = readline("(mspdebug) ");
if (!buf) {
printc("\n");
break;