From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NxJ3P-0008H5-B4 for qemu-devel@nongnu.org; Thu, 01 Apr 2010 07:59:19 -0400 Received: from [140.186.70.92] (port=54879 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NxJ3O-0008Go-2F for qemu-devel@nongnu.org; Thu, 01 Apr 2010 07:59:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NxJ3L-0001AA-Ie for qemu-devel@nongnu.org; Thu, 01 Apr 2010 07:59:17 -0400 Received: from mx20.gnu.org ([199.232.41.8]:39407) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NxJ3L-0001A4-EO for qemu-devel@nongnu.org; Thu, 01 Apr 2010 07:59:15 -0400 Received: from mail.codesourcery.com ([38.113.113.100]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NxJ3K-0000Q7-OP for qemu-devel@nongnu.org; Thu, 01 Apr 2010 07:59:15 -0400 From: Paul Brook Subject: Re: [Qemu-devel] qemu git head 20100323 on FreeBSD - qemu-devel port update for testing Date: Thu, 1 Apr 2010 11:59:11 +0000 References: <20100325204423.GA46954@triton8.kn-bremen.de> <20100330201734.GA2678@triton8.kn-bremen.de> In-Reply-To: <20100330201734.GA2678@triton8.kn-bremen.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201004011259.12365.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Blue Swirl , freebsd-emulation@freebsd.org, Andreas Tobler , Juergen Lock , Toni > Oh this is happening with x86_64-bsd-user on the same arch so I'd say > (abi_ulong)-1 would be the same as ~0ul (and still cause the assert.) No. These two are different when sizeof(abi_ulong) < sizeof(long). Paul