On Wed, May 09, 2018 at 02:15:14PM -0700, Richard Henderson wrote:
> 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.

Thanks, I've fixed this for v3.

Reply via email to