mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
global s/fflush(logfile)/qemu_log_flush()/ (Eduardo Habkost)
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6339 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
93fcfe39a0
commit
31b1a7b4f5
3 changed files with 3 additions and 3 deletions
2
exec.c
2
exec.c
|
@ -1641,7 +1641,7 @@ void cpu_abort(CPUState *env, const char *fmt, ...)
|
|||
#else
|
||||
log_cpu_state(env, 0);
|
||||
#endif
|
||||
fflush(logfile);
|
||||
qemu_log_flush();
|
||||
qemu_log_close();
|
||||
}
|
||||
va_end(ap2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue