On 3/17/21 4:59 AM, Richard Henderson wrote:
> On 3/16/21 5:39 PM, Philippe Mathieu-Daudé wrote:
>> "And support mov_i64 on 32-bit host"?
> 
> Um, no...
> 
>>> +    case TCG_TYPE_I32:
>>> +        tcg_out_op_ri(s, INDEX_op_tci_movi_i32, ret, arg);
>>> +        break;
>>>   #if TCG_TARGET_REG_BITS == 64
>>> +    case TCG_TYPE_I64:
>>> +        tcg_out_op_rI(s, INDEX_op_tci_movi_i64, ret, arg);
>>> +        break;
>>>   #endif
>>> +    default:
>>> +        g_assert_not_reached();
> 
> ... aborting if it happens.

Oh indeed. All good then.

Reply via email to