qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v10 01/10] target-avr: AVR cores support is adde


From: Michael Rolnik
Subject: Re: [Qemu-devel] [PATCH v10 01/10] target-avr: AVR cores support is added.
Date: Wed, 13 Jul 2016 05:35:40 -0700

a. a helper function sets a flag within env
b. cpu_get_tb_cpu_state introduces this flag, though tb.flags, for code
generation by gen_intermediate_code
c. the code is generated
d. the flag remains to be set within env. Who clear it?

On Wed, Jul 13, 2016 at 3:54 AM, Michael Rolnik <address@hidden> wrote:

> So how do I get this flag unset?
>
> On Wed, Jul 13, 2016, 12:17 AM Richard Henderson <address@hidden> wrote:
>
>> On 07/12/2016 08:32 PM, Michael Rolnik wrote:
>> > Hi Richard,
>> >
>> > Please explain why I am not accessing fullacc correctly.
>>
>> You can't examine fields of env, which vary, during translate.c.
>> You must only examine fields of TB, which are invariant.
>>
>>
>> r~
>>
>


-- 
Best Regards,
Michael Rolnik


reply via email to

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