From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NjZUD-00019G-2h for qemu-devel@nongnu.org; Mon, 22 Feb 2010 09:42:13 -0500 Received: from [199.232.76.173] (port=38734 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NjZUC-000191-Lp for qemu-devel@nongnu.org; Mon, 22 Feb 2010 09:42:12 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NjZUC-0004ry-3P for qemu-devel@nongnu.org; Mon, 22 Feb 2010 09:42:12 -0500 Received: from mail-bw0-f218.google.com ([209.85.218.218]:34837) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NjZUB-0004rs-PF for qemu-devel@nongnu.org; Mon, 22 Feb 2010 09:42:11 -0500 Received: by bwz10 with SMTP id 10so1678164bwz.2 for ; Mon, 22 Feb 2010 06:42:09 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <4B8295EB.5080003@suse.de> References: <4B8295EB.5080003@suse.de> Date: Mon, 22 Feb 2010 14:42:09 +0000 Message-ID: Subject: Re: [Qemu-devel] [PATCH v2] tcg: fix assertion with --enable-debug From: Jay Foad Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Blue Swirl , qemu-devel@nongnu.org > This patch breaks building on ppc32. Reverting it makes it compile again: > /suse/agraf/git/qemu/tcg/ppc/tcg-target.c:1696: error: > =91INDEX_op_qemu_ld32s=92 undeclared here (not in a function) Does it build if you remove line 1696? If so, I'd suggest doing that. Thanks, Jay.