From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N38Kb-0000Wu-Gm for qemu-devel@nongnu.org; Wed, 28 Oct 2009 09:12:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N38KW-0000UO-Ts for qemu-devel@nongnu.org; Wed, 28 Oct 2009 09:12:53 -0400 Received: from [199.232.76.173] (port=40517 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N38KW-0000UF-Ky for qemu-devel@nongnu.org; Wed, 28 Oct 2009 09:12:48 -0400 Received: from lo.gmane.org ([80.91.229.12]:37711) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N38KW-0003vA-AG for qemu-devel@nongnu.org; Wed, 28 Oct 2009 09:12:48 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1N38K4-0001db-1X for qemu-devel@nongnu.org; Wed, 28 Oct 2009 14:12:20 +0100 Received: from 85.93.118.17 ([85.93.118.17]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 28 Oct 2009 14:12:20 +0100 Received: from pbonzini by 85.93.118.17 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 28 Oct 2009 14:12:20 +0100 From: Paolo Bonzini Date: Wed, 28 Oct 2009 14:11:45 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit In-Reply-To: Sender: news Subject: [Qemu-devel] Re: [PATCH 07/10] ac97: sizeof returns unsigned long List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 10/28/2009 01:53 PM, malc wrote: > On Wed, 28 Oct 2009, Juan Quintela wrote: > >> This change makes DEBUG_AC97 to compile again > > sizeof returns size_t (%zX), so this is wrong size_t is long on all practical platforms except ia64-hpux and Win64, so this is not more wrong than it was before. Paolo