From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NwKUR-00062i-6x for qemu-devel@nongnu.org; Mon, 29 Mar 2010 15:19:11 -0400 Received: from [140.186.70.92] (port=33587 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NwKUQ-00061u-39 for qemu-devel@nongnu.org; Mon, 29 Mar 2010 15:19:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NwKUO-00082T-Rx for qemu-devel@nongnu.org; Mon, 29 Mar 2010 15:19:10 -0400 Received: from moutng.kundenserver.de ([212.227.17.8]:58530) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NwKUO-00082N-EN for qemu-devel@nongnu.org; Mon, 29 Mar 2010 15:19:08 -0400 From: Stefan Weil Date: Mon, 29 Mar 2010 21:16:54 +0200 Message-Id: <1269890225-13639-4-git-send-email-weil@mail.berlios.de> In-Reply-To: <1269890225-13639-1-git-send-email-weil@mail.berlios.de> References: <1269890225-13639-1-git-send-email-weil@mail.berlios.de> Subject: [Qemu-devel] [PATCH 03/14] target-alpha: Use fprintf_function List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers Signed-off-by: Stefan Weil --- 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