On 4/22/20 8:17 AM, Alex Bennée wrote:
>>  static inline bool temp_readonly(TCGTemp *ts)
>>  {
>> -    return ts->kind == TEMP_FIXED;
>> +    return ts->kind >= TEMP_FIXED;
> 
> I should have clarified in the previous patch - TEMP_FIXED is a fixed
> value, e.g. env or other internal pointer which we won't be overwriting
> or otherwise trashing anywhere in the block?

Correct.  Only env, actually.  There are (currently) no other internal pointers
that are fixed.


r~

Reply via email to