On 05/08/2018 10:31 AM, Edgar E. Iglesias wrote:
> +        if (to) {
> +            gen_helper_mmu_write(cpu_env, tcg_const_i32(extended),
> +                                 tcg_const_i32(sr), cpu_R[dc->ra]);
> +        } else {
> +            gen_helper_mmu_read(cpu_R[dc->rd], cpu_env,
> +                                tcg_const_i32(extended), tcg_const_i32(sr));
> +        }

These tcg_const_i32 results should be tcg_temp_free'd.


r~

Reply via email to