From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nil8t-0000Le-Hi for qemu-devel@nongnu.org; Sat, 20 Feb 2010 03:56:51 -0500 Received: from [199.232.76.173] (port=42642 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nil8t-0000LW-85 for qemu-devel@nongnu.org; Sat, 20 Feb 2010 03:56:51 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nil8s-0001mE-9m for qemu-devel@nongnu.org; Sat, 20 Feb 2010 03:56:50 -0500 Received: from mail-pw0-f45.google.com ([209.85.160.45]:48973) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Nil8r-0001mA-Vn for qemu-devel@nongnu.org; Sat, 20 Feb 2010 03:56:50 -0500 Received: by pwi4 with SMTP id 4so836569pwi.4 for ; Sat, 20 Feb 2010 00:56:48 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: Date: Sat, 20 Feb 2010 10:56:48 +0200 Message-ID: Subject: Re: [Qemu-devel] [PATCH] target-sparc: fix --enable-debug build From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jay Foad Cc: qemu-devel@nongnu.org On 2/19/10, Jay Foad wrote: > On Linux/x86, configuring with --enable-debug, I get: > > CC sparc64-linux-user/translate.o > /home/foad/git/qemu/target-sparc/translate.c: In function > =E2=80=98gen_load_trap_state_at_tl=E2=80=99: > /home/foad/git/qemu/target-sparc/translate.c:1684: error: incompatible > type for argument 3 of =E2=80=98tcg_gen_add_i32=E2=80=99 > /home/foad/git/qemu/tcg/tcg-op.h:422: note: expected =E2=80=98TCGv_i32= =E2=80=99 but > argument is of type =E2=80=98TCGv_i64=E2=80=99 > make[1]: *** [translate.o] Error 1 > > Does this look like a reasonable fix? > > Signed-off-by: Jay Foad Yes, except for the Signed-off-by: line.