mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
accel/tcg: Remove translator_loop_temp_check
Finish removing tcg temp free accounting interfaces. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
2f2e911d0c
commit
2a196de15f
6 changed files with 0 additions and 12 deletions
|
@ -14957,8 +14957,6 @@ static void aarch64_tr_translate_insn(DisasContextBase *dcbase, CPUState *cpu)
|
|||
if (s->btype > 0 && s->base.is_jmp != DISAS_NORETURN) {
|
||||
reset_btype(s);
|
||||
}
|
||||
|
||||
translator_loop_temp_check(&s->base);
|
||||
}
|
||||
|
||||
static void aarch64_tr_tb_stop(DisasContextBase *dcbase, CPUState *cpu)
|
||||
|
|
|
@ -9600,7 +9600,6 @@ static void arm_post_translate_insn(DisasContext *dc)
|
|||
gen_set_label(dc->condlabel.label);
|
||||
dc->condjmp = 0;
|
||||
}
|
||||
translator_loop_temp_check(&dc->base);
|
||||
}
|
||||
|
||||
static void arm_tr_translate_insn(DisasContextBase *dcbase, CPUState *cpu)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue