From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MnzBF-000328-EY for qemu-devel@nongnu.org; Wed, 16 Sep 2009 14:24:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MnzBD-00031w-Tm for qemu-devel@nongnu.org; Wed, 16 Sep 2009 14:24:36 -0400 Received: from [199.232.76.173] (port=46532 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MnzBD-00031t-OF for qemu-devel@nongnu.org; Wed, 16 Sep 2009 14:24:35 -0400 Received: from fg-out-1718.google.com ([72.14.220.152]:30203) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MnzBD-0007af-EK for qemu-devel@nongnu.org; Wed, 16 Sep 2009 14:24:35 -0400 Received: by fg-out-1718.google.com with SMTP id e21so1108041fga.10 for ; Wed, 16 Sep 2009 11:24:34 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4AB12CDC.60505@mlbassoc.com> References: <4AB1020A.1070807@mlbassoc.com> <761ea48b0909160831p3201956u79077c802e6c349a@mail.gmail.com> <4AB10857.2030403@mlbassoc.com> <761ea48b0909160916y21771671g9399ddf9983ac5c0@mail.gmail.com> <4AB12CDC.60505@mlbassoc.com> Date: Wed, 16 Sep 2009 20:24:34 +0200 Message-ID: <761ea48b0909161124r3dffeccled89eeae1184513c@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: Gary Thomas Cc: qemu-devel@nongnu.org On Wed, Sep 16, 2009 at 8:22 PM, Gary Thomas wrote: [...] >> Could please try to replace the tcg_abort() on line 773 with these >> two lines? >> >> =A0 =A0 =A0 =A0 tcg_out_movi32(s, cond, TCG_REG_R8, val); >> =A0 =A0 =A0 =A0 tcg_out32(s, (cond<< =A028) | 0x012fff30 | TCG_REG_R8); = /* blx r8 */ >> >> I didn't test it, so you'll be my guinea pig :-) > > This does seem to work - at least I get farther along in the code. Nice! Thanks for testing it. Laurent