From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MvAvV-0000GX-8K for qemu-devel@nongnu.org; Tue, 06 Oct 2009 10:22:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MvAvQ-0000BQ-A0 for qemu-devel@nongnu.org; Tue, 06 Oct 2009 10:22:04 -0400 Received: from [199.232.76.173] (port=54811 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MvAvQ-0000B6-3Y for qemu-devel@nongnu.org; Tue, 06 Oct 2009 10:22:00 -0400 Received: from fg-out-1718.google.com ([72.14.220.152]:46702) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MvAvP-00072k-0f for qemu-devel@nongnu.org; Tue, 06 Oct 2009 10:21:59 -0400 Received: by fg-out-1718.google.com with SMTP id e21so691031fga.10 for ; Tue, 06 Oct 2009 07:21:58 -0700 (PDT) Message-ID: <4ACB527F.9040809@codemonkey.ws> Date: Tue, 06 Oct 2009 09:21:51 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] i386 target: fix ARPL References: <761ea48b0910050818g6d3e9974h51a2d1d11fde5ee6@mail.gmail.com> In-Reply-To: <761ea48b0910050818g6d3e9974h51a2d1d11fde5ee6@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Desnogues Cc: qemu-devel@nongnu.org Laurent Desnogues wrote: > Hello, > > The arpl implementation in target-i386/translate.c uses cpu_A0 > temporary across a brcond op. This patch fixes that issue. > > Note I didn't test it, I only looked at generated code to check it > was making sense. > Missing Signed-off-by. > Laurent > Regards, Anthony Liguori