From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MsELj-0004qU-Hn for qemu-devel@nongnu.org; Mon, 28 Sep 2009 07:24:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MsELj-0004q4-2N for qemu-devel@nongnu.org; Mon, 28 Sep 2009 07:24:59 -0400 Received: from [199.232.76.173] (port=56796 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MsELi-0004px-RT for qemu-devel@nongnu.org; Mon, 28 Sep 2009 07:24:58 -0400 Received: from mx20.gnu.org ([199.232.41.8]:17513) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MsELi-0000HR-DA for qemu-devel@nongnu.org; Mon, 28 Sep 2009 07:24:58 -0400 Received: from fg-out-1718.google.com ([72.14.220.153]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MsELh-0002lY-MF for qemu-devel@nongnu.org; Mon, 28 Sep 2009 07:24:57 -0400 Received: by fg-out-1718.google.com with SMTP id e21so696697fga.10 for ; Mon, 28 Sep 2009 04:24:55 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <200909281215.40687.paul@codesourcery.com> References: <4AB1020A.1070807@mlbassoc.com> <761ea48b0909160916y21771671g9399ddf9983ac5c0@mail.gmail.com> <761ea48b0909251548l46efb05v49594cb4d2f72ee2@mail.gmail.com> <200909281215.40687.paul@codesourcery.com> Date: Mon, 28 Sep 2009 13:24:55 +0200 Message-ID: <761ea48b0909280424r4f5d5bf6tc353196b88ccca96@mail.gmail.com> Subject: Re: [Qemu-devel] tcg_abort() From: Laurent Desnogues Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paul Brook Cc: qemu-devel@nongnu.org On Mon, Sep 28, 2009 at 1:15 PM, Paul Brook wrote: >> > Could please try to replace the tcg_abort() on line 773 with these >> > two lines? >> >> Turned out this was wrong, it should have been: >> >> =A0 =A0 =A0 =A0 tcg_out_movi32(s, cond, TCG_REG_R8, addr); >> =A0 =A0 =A0 =A0 tcg_out32(s, (cond << 28) | 0x012fff30 | TCG_REG_R8); /*= blx r8 */ > > You can not assume blx is available. Which is why this wasn't proposed as a patch :-) Laurent