qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [4540] compilation fix


From: Fabrice Bellard
Subject: [Qemu-devel] [4540] compilation fix
Date: Fri, 23 May 2008 11:58:32 +0000

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]