From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KUdiL-0000GP-Pp for qemu-devel@nongnu.org; Sun, 17 Aug 2008 04:34:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KUdiK-0000Ff-3T for qemu-devel@nongnu.org; Sun, 17 Aug 2008 04:34:17 -0400 Received: from [199.232.76.173] (port=46068 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KUdiK-0000Fa-06 for qemu-devel@nongnu.org; Sun, 17 Aug 2008 04:34:16 -0400 Received: from wf-out-1314.google.com ([209.85.200.172]:9057) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KUdiJ-0007hg-Od for qemu-devel@nongnu.org; Sun, 17 Aug 2008 04:34:15 -0400 Received: by wf-out-1314.google.com with SMTP id 27so2411674wfd.4 for ; Sun, 17 Aug 2008 01:34:14 -0700 (PDT) Message-ID: Date: Sun, 17 Aug 2008 11:34:14 +0300 From: "Blue Swirl" Subject: Re: [Qemu-devel] [PATCH] sparc64 correct 32bit carry flag for add instruction In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: 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 8/17/08, Igor Kovalenko wrote: > Hi! > > The attached sparc64-add-carry-icc.patch should fix a problem with > setting 32bit carry flag after add instruction. > This at least fixes a problem with silo vprinf printing only least > significant digit of integers (now it can output address where it > loads kernel instead of 0x0) > > Please apply. Thanks, applied.