target/mips: Drop tcg_temp_free from mips16e_translate.c.inc
Translators are no longer required to free tcg temporaries. Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
5128d58480
commit
ecb74d87a6
@ -280,9 +280,6 @@ static void gen_mips16_save(DisasContext *ctx,
|
||||
|
||||
tcg_gen_movi_tl(t2, -framesize);
|
||||
gen_op_addr_add(ctx, cpu_gpr[29], cpu_gpr[29], t2);
|
||||
tcg_temp_free(t0);
|
||||
tcg_temp_free(t1);
|
||||
tcg_temp_free(t2);
|
||||
}
|
||||
|
||||
static void gen_mips16_restore(DisasContext *ctx,
|
||||
@ -386,9 +383,6 @@ static void gen_mips16_restore(DisasContext *ctx,
|
||||
|
||||
tcg_gen_movi_tl(t2, framesize);
|
||||
gen_op_addr_add(ctx, cpu_gpr[29], cpu_gpr[29], t2);
|
||||
tcg_temp_free(t0);
|
||||
tcg_temp_free(t1);
|
||||
tcg_temp_free(t2);
|
||||
}
|
||||
|
||||
#if defined(TARGET_MIPS64)
|
||||
|
Loading…
x
Reference in New Issue
Block a user