* [Qemu-devel] [4540] compilation fix
@ 2008-05-23 11:58 Fabrice Bellard
0 siblings, 0 replies; only message in thread
From: Fabrice Bellard @ 2008-05-23 11:58 UTC (permalink / raw)
To: qemu-devel
Revision: 4540
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4540
Author: bellard
Date: 2008-05-23 11:58:32 +0000 (Fri, 23 May 2008)
Log Message:
-----------
compilation fix
Modified Paths:
--------------
trunk/tcg/tcg.c
Modified: trunk/tcg/tcg.c
===================================================================
--- trunk/tcg/tcg.c 2008-05-23 11:56:45 UTC (rev 4539)
+++ trunk/tcg/tcg.c 2008-05-23 11:58:32 UTC (rev 4540)
@@ -2033,9 +2033,9 @@
}
}
#else
-void dump_tcg_info(FILE *f,
+void tcg_dump_info(FILE *f,
int (*cpu_fprintf)(FILE *f, const char *fmt, ...))
{
- cpu_fprintf("[TCG profiler not compiled]\n");
+ cpu_fprintf(f, "[TCG profiler not compiled]\n");
}
#endif
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-23 11:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-23 11:58 [Qemu-devel] [4540] compilation fix Fabrice Bellard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).