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 <mrol...@gmail.com> wrote:

> So how do I get this flag unset?
>
> On Wed, Jul 13, 2016, 12:17 AM Richard Henderson <r...@twiddle.net> 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