From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KlScl-00069I-4C for qemu-devel@nongnu.org; Thu, 02 Oct 2008 14:10:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KlScj-000687-Eq for qemu-devel@nongnu.org; Thu, 02 Oct 2008 14:10:02 -0400 Received: from [199.232.76.173] (port=54703 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KlScj-000682-8N for qemu-devel@nongnu.org; Thu, 02 Oct 2008 14:10:01 -0400 Received: from mail-gx0-f19.google.com ([209.85.217.19]:56906) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KlSci-0000xZ-PJ for qemu-devel@nongnu.org; Thu, 02 Oct 2008 14:10:00 -0400 Received: by gxk12 with SMTP id 12so1870864gxk.10 for ; Thu, 02 Oct 2008 11:10:00 -0700 (PDT) Message-ID: Date: Thu, 2 Oct 2008 21:09:59 +0300 From: "Blue Swirl" Subject: Re: [Qemu-devel] [PATCH] sparc32: fix MXCC printf warning In-Reply-To: <48E42EED.6040704@earthlink.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48E42EED.6040704@earthlink.net> 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 On 10/2/08, Robert Reif wrote: > /home/wine/qemu/target-sparc/op_helper.c: In function > `helper_ld_asi': > /home/wine/qemu/target-sparc/op_helper.c:813: warning: > unsigned int format, different type arg (arg 6) > /home/wine/qemu/target-sparc/op_helper.c: In function > `helper_st_asi': > /home/wine/qemu/target-sparc/op_helper.c:1077: warning: > unsigned int format, different type arg (arg 5) Thanks. I applied a patch which uses PRIx64 instead of 016llx.