qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 05/11] target/arm: Add read/write_neon_element32


From: Richard Henderson
Subject: Re: [PATCH 05/11] target/arm: Add read/write_neon_element32
Date: Wed, 28 Oct 2020 13:22:57 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

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

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