qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] tcg_abort()


From: Laurent Desnogues
Subject: Re: [Qemu-devel] tcg_abort()
Date: Mon, 28 Sep 2009 13:24:55 +0200

On Mon, Sep 28, 2009 at 1:15 PM, Paul Brook <address@hidden> 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:
>>
>>         tcg_out_movi32(s, cond, TCG_REG_R8, addr);
>>         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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]