From 9a78eead0c74333a394c0f7bbfc4423ac746fcd5 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Fri, 22 Oct 2010 23:03:33 +0200 Subject: target-xxx: Use fprintf_function (format checking) fprintf_function uses format checking with GCC_FMT_ATTR. Format errors were fixed in * target-i386/helper.c * target-mips/translate.c * target-ppc/translate.c Cc: Blue Swirl Signed-off-by: Stefan Weil Signed-off-by: Blue Swirl --- target-alpha/helper.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'target-alpha') diff --git a/target-alpha/helper.c b/target-alpha/helper.c index b6d21601d5..3ba4478c8e 100644 --- a/target-alpha/helper.c +++ b/target-alpha/helper.c @@ -537,8 +537,7 @@ void do_interrupt (CPUState *env) } #endif -void cpu_dump_state (CPUState *env, FILE *f, - int (*cpu_fprintf)(FILE *f, const char *fmt, ...), +void cpu_dump_state (CPUState *env, FILE *f, fprintf_function cpu_fprintf, int flags) { static const char *linux_reg_names[] = { -- cgit v1.2.3-55-g7522