From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nki8F-000505-32 for qemu-devel@nongnu.org; Thu, 25 Feb 2010 13:08:15 -0500 Received: from [199.232.76.173] (port=36079 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nki8E-0004zt-NT for qemu-devel@nongnu.org; Thu, 25 Feb 2010 13:08:14 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nki8E-0004hS-4N for qemu-devel@nongnu.org; Thu, 25 Feb 2010 13:08:14 -0500 Received: from mail-bw0-f218.google.com ([209.85.218.218]:51607) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Nki8D-0004gv-Pv for qemu-devel@nongnu.org; Thu, 25 Feb 2010 13:08:14 -0500 Received: by bwz10 with SMTP id 10so1425017bwz.2 for ; Thu, 25 Feb 2010 10:08:01 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1267121141-5099-1-git-send-email-weil@mail.berlios.de> References: <1267121141-5099-1-git-send-email-weil@mail.berlios.de> Date: Thu, 25 Feb 2010 18:08:01 +0000 Message-ID: From: Jay Foad Content-Type: text/plain; charset=ISO-8859-1 Subject: [Qemu-devel] Re: [PATCH] target-sparc: fix --enable-debug build for 64 bit host List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: blauwirbel@gmail.com, qemu-devel@nongnu.org On 25 February 2010 18:05, Stefan Weil wrote: > b551ec04ca45d1925417dd2ec7c1b7f115c84f1d fixed > the compilation for 32 bit hosts, but introduced > a new error for 64 bit hosts: Sorry. Thanks for fixing it. Jay.