aboutsummaryrefslogtreecommitdiffstats
path: root/tools/debugger/xenitp/xenitp.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/debugger/xenitp/xenitp.c')
-rw-r--r--tools/debugger/xenitp/xenitp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/debugger/xenitp/xenitp.c b/tools/debugger/xenitp/xenitp.c
index bc82ee6a23..5bd366e4fa 100644
--- a/tools/debugger/xenitp/xenitp.c
+++ b/tools/debugger/xenitp/xenitp.c
@@ -1577,6 +1577,7 @@ void xenitp (int vcpu)
int len;
printf ("XenITP> ");
+ fflush (stdout);
if (fgets (buf, sizeof (buf), stdin) == NULL)
break;