Richard Henderson writes:
> On 11/29/2016 11:56 PM, Nikunj A Dadhania wrote:
>> Lets bring full example here.
>>
>> TCGv nb = tcg_temp_new();
>> tcg_gen_andi_tl(nb, cpu_gpr[rB(ctx->opcode)], 0xFF);
>> tcg_gen_brcondi_tl(TCG_COND_EQ, nb, 0, l1);
>>
>> /* do something */
>> ge
On 11/30/2016 10:12 AM, Alex Bennée wrote:
>
> Richard Henderson writes:
>
>> On 11/30/2016 08:55 AM, Alex Bennée wrote:
>>>
>>> Nikunj A Dadhania writes:
>>>
Hi,
I was writing one instruction and hit following issue:
[snip]/qemu/tcg/tcg.c:2039: tcg fatal error
qem
Richard Henderson writes:
> On 11/30/2016 08:55 AM, Alex Bennée wrote:
>>
>> Nikunj A Dadhania writes:
>>
>>> Hi,
>>>
>>> I was writing one instruction and hit following issue:
>>>
>>> [snip]/qemu/tcg/tcg.c:2039: tcg fatal error
>>> qemu-ppc64le: [snip]/qemu/translate-all.c:175: tb_lock: Assert
On 11/29/2016 11:56 PM, Nikunj A Dadhania wrote:
> Lets bring full example here.
>
> TCGv nb = tcg_temp_new();
> tcg_gen_andi_tl(nb, cpu_gpr[rB(ctx->opcode)], 0xFF);
> tcg_gen_brcondi_tl(TCG_COND_EQ, nb, 0, l1);
>
> /* do something */
> gen_set_access_type(ctx, ACCESS_INT);
>
On 11/30/2016 08:55 AM, Alex Bennée wrote:
>
> Nikunj A Dadhania writes:
>
>> Hi,
>>
>> I was writing one instruction and hit following issue:
>>
>> [snip]/qemu/tcg/tcg.c:2039: tcg fatal error
>> qemu-ppc64le: [snip]/qemu/translate-all.c:175: tb_lock: Assertion
>> `!have_tb_lock' failed.
>> Seg
Nikunj A Dadhania writes:
> Hi,
>
> I was writing one instruction and hit following issue:
>
> [snip]/qemu/tcg/tcg.c:2039: tcg fatal error
> qemu-ppc64le: [snip]/qemu/translate-all.c:175: tb_lock: Assertion
> `!have_tb_lock' failed.
> Segmentation fault (core dumped)
This is confusing because
Peter Maydell writes:
> On 30 November 2016 at 07:00, Nikunj A Dadhania
> wrote:
>>
>> Hi,
>>
>> I was writing one instruction and hit following issue:
>>
>> [snip]/qemu/tcg/tcg.c:2039: tcg fatal error
>> qemu-ppc64le: [snip]/qemu/translate-all.c:175: tb_lock: Assertion
>> `!have_tb_lock' faile
On 30 November 2016 at 07:00, Nikunj A Dadhania
wrote:
>
> Hi,
>
> I was writing one instruction and hit following issue:
>
> [snip]/qemu/tcg/tcg.c:2039: tcg fatal error
> qemu-ppc64le: [snip]/qemu/translate-all.c:175: tb_lock: Assertion
> `!have_tb_lock' failed.
> Segmentation fault (core dumped
Hi,
I was writing one instruction and hit following issue:
[snip]/qemu/tcg/tcg.c:2039: tcg fatal error
qemu-ppc64le: [snip]/qemu/translate-all.c:175: tb_lock: Assertion
`!have_tb_lock' failed.
Segmentation fault (core dumped)
Debugging deeper found that its something to do with the variable ty