Commit 1902f7fd by Michael Meissner

Flush stdout/stderr in fatal_init.

From-SVN: r11345
parent 77c87273
......@@ -936,6 +936,8 @@ fatal_insn (message, insn)
fflush (dbr_sched_dump_file);
if (stack_reg_dump_file)
fflush (stack_reg_dump_file);
fflush (stdout);
fflush (stderr);
abort ();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment