qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 03/14] target-alpha: Use fprintf_function


From: Stefan Weil
Subject: [Qemu-devel] [PATCH 03/14] target-alpha: Use fprintf_function
Date: Mon, 29 Mar 2010 21:16:54 +0200

Signed-off-by: Stefan Weil <address@hidden>
---
 target-alpha/helper.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/target-alpha/helper.c b/target-alpha/helper.c
index 46335cd..0476066 100644
--- a/target-alpha/helper.c
+++ b/target-alpha/helper.c
@@ -537,7 +537,7 @@ void do_interrupt (CPUState *env)
 #endif
 
 void cpu_dump_state (CPUState *env, FILE *f,
-                     int (*cpu_fprintf)(FILE *f, const char *fmt, ...),
+                     fprintf_function cpu_fprintf,
                      int flags)
 {
     static const char *linux_reg_names[] = {
-- 
1.7.0





reply via email to

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