On 10/27/20 8:26 PM, Richard Henderson wrote:
> @@ -3871,24 +3923,26 @@ static bool trans_VTRN(DisasContext *s, arg_2misc *a)
>          return true;
>      }
>  
> -    if (a->size == 2) {
> +    tmp = tcg_temp_new_i32();
> +    tmp2 = tcg_temp_new_i32();
> +    if (a->size == MO_32) {
...
>      }
>      return true;

Bah, forgot to free these temps.  Did I configure my first round of testing
without debug enabled?


r~

Reply via email to