From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KwjL9-00083d-VD for qemu-devel@nongnu.org; Sun, 02 Nov 2008 15:14:28 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KwjL8-00083J-Gc for qemu-devel@nongnu.org; Sun, 02 Nov 2008 15:14:27 -0500 Received: from [199.232.76.173] (port=37650 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KwjL8-00083G-9l for qemu-devel@nongnu.org; Sun, 02 Nov 2008 15:14:26 -0500 Received: from mail.codesourcery.com ([65.74.133.4]:60101) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KwjL8-0004Cn-3l for qemu-devel@nongnu.org; Sun, 02 Nov 2008 15:14:26 -0500 From: Paul Brook Subject: Re: [Qemu-devel] [5599] tcg-ops.h: add a subfi wrapper Date: Sun, 2 Nov 2008 21:14:21 +0100 References: <200811021330.09599.paul@codesourcery.com> <20081102191329.GA5635@hall.aurel32.net> In-Reply-To: <20081102191329.GA5635@hall.aurel32.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200811022014.22231.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Aurelien Jarno > > > +#define tcg_gen_subfi_tl tcg_gen_subi_i64 > > > > It's worth enabling DEBUG_TCGV to catch this sort of error (fixed in > > svn). > > I have it enabled, but unfortunately it doesn't catch this kind of error... Really? It should have, and did for me. Obviously only when building a 64-bit target. Paul