From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nja7U-00038B-Hs for qemu-devel@nongnu.org; Mon, 22 Feb 2010 10:22:48 -0500 Received: from [199.232.76.173] (port=38449 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nja7U-00037t-2K for qemu-devel@nongnu.org; Mon, 22 Feb 2010 10:22:48 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nja7S-0003Pj-Pi for qemu-devel@nongnu.org; Mon, 22 Feb 2010 10:22:47 -0500 Received: from moutng.kundenserver.de ([212.227.17.9]:57545) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Nja7S-0003PR-2o for qemu-devel@nongnu.org; Mon, 22 Feb 2010 10:22:46 -0500 Message-ID: <4B82A142.9060608@mail.berlios.de> Date: Mon, 22 Feb 2010 16:22:42 +0100 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v2] tcg: fix assertion with --enable-debug References: <4B8295EB.5080003@suse.de> In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jay Foad Cc: Blue Swirl , Alexander Graf , qemu-devel@nongnu.org Jay Foad schrieb: >> This patch breaks building on ppc32. Reverting it makes it compile again: >> > > >> /suse/agraf/git/qemu/tcg/ppc/tcg-target.c:1696: error: >> ‘INDEX_op_qemu_ld32s’ undeclared here (not in a function) >> > > Does it build if you remove line 1696? If so, I'd suggest doing that. > > Thanks, > Jay. Removing the line helps only in that special case. #if TCG_TARGET_REG_BITS == 64 ... #endif is better. I can provide a patch. Regards, Stefan