diff options
Diffstat (limited to 'gdb/remote-mm.c')
-rw-r--r-- | gdb/remote-mm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-mm.c b/gdb/remote-mm.c index c10f97e..0e5828c 100644 --- a/gdb/remote-mm.c +++ b/gdb/remote-mm.c @@ -542,7 +542,7 @@ mm_wait (status) i=in_msg_buf->channel1_msg.length; in_msg_buf->channel1_msg.data[i] = '\0'; printf("%s", in_msg_buf->channel1_msg.data); - gdb_flush(stdout); + gdb_flush(gdb_stdout); /* Send CHANNEL1_ACK message */ out_msg_buf->channel1_ack_msg.code = CHANNEL1_ACK; out_msg_buf->channel1_ack_msg.length = 0; |