[Top][All Lists]
[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: |
Wed, 16 Sep 2009 20:24:34 +0200 |
On Wed, Sep 16, 2009 at 8:22 PM, Gary Thomas <address@hidden> wrote:
[...]
>> Could please try to replace the tcg_abort() on line 773 with these
>> two lines?
>>
>> tcg_out_movi32(s, cond, TCG_REG_R8, val);
>> tcg_out32(s, (cond<< 28) | 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