mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 17:40:49 +00:00
fix stream arguments to fprintf_unfiltered, gdb_flush, print_address_numeric,
and fwrite.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user