Change the stream argument to _filtered to GDB_FILE *.
[deliverable/binutils-gdb.git] / gdb / remote-z8k.c
index 6c1b286a593ff7917f643bb176ea3c4151713173..ff076ade709011596b5d3345a82865f3d7dbe966 100644 (file)
@@ -125,7 +125,7 @@ sim_load (args, fromtty)
              bfd_get_section_contents (abfd, s, buffer, i, sub_delta);
              sim_write_inferior_memory (s->vma + i, buffer, sub_delta);
              printf_filtered ("*");
-             fflush (stdout);
+             gdb_flush (gdb_stdout);
            }
          printf_filtered ("\n");
          free (buffer);
This page took 0.02314 seconds and 4 git commands to generate.