From 405cf9ff007a62f120e2f38a517b41e1a1dbf0ce Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Fri, 22 Oct 2010 23:03:31 +0200 Subject: tcg: Use fprintf_function (format checking) fprintf_function uses format checking with GCC_FMT_ATTR. Cc: Blue Swirl Signed-off-by: Stefan Weil Signed-off-by: Blue Swirl --- tcg/tcg.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tcg/tcg.h') diff --git a/tcg/tcg.h b/tcg/tcg.h index 972df729ff..e1afde26b4 100644 --- a/tcg/tcg.h +++ b/tcg/tcg.h @@ -392,8 +392,7 @@ static inline TCGv_i64 tcg_temp_local_new_i64(void) void tcg_temp_free_i64(TCGv_i64 arg); char *tcg_get_arg_str_i64(TCGContext *s, char *buf, int buf_size, TCGv_i64 arg); -void tcg_dump_info(FILE *f, - int (*cpu_fprintf)(FILE *f, const char *fmt, ...)); +void tcg_dump_info(FILE *f, fprintf_function cpu_fprintf); #define TCG_CT_ALIAS 0x80 #define TCG_CT_IALIAS 0x40 -- cgit v1.2.3