Skip to content

Commit

Permalink
target/arm: Don't call tcg_clear_temp_count
Browse files Browse the repository at this point in the history
This is done generically in translator_loop.

Reported-by: Laurent Desnogues <laurent.desnogues@gmail.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20181011205206.3552-3-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
  • Loading branch information
rth7680 authored and pm215 committed Oct 24, 2018
1 parent a7d8143 commit 7108e25
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion target/arm/translate-a64.c
Expand Up @@ -13905,7 +13905,6 @@ static void aarch64_tr_init_disas_context(DisasContextBase *dcbase,

static void aarch64_tr_tb_start(DisasContextBase *db, CPUState *cpu)
{
tcg_clear_temp_count();
}

static void aarch64_tr_insn_start(DisasContextBase *dcbase, CPUState *cpu)
Expand Down
1 change: 0 additions & 1 deletion target/arm/translate.c
Expand Up @@ -12701,7 +12701,6 @@ static void arm_tr_tb_start(DisasContextBase *dcbase, CPUState *cpu)
tcg_gen_movi_i32(tmp, 0);
store_cpu_field(tmp, condexec_bits);
}
tcg_clear_temp_count();
}

static void arm_tr_insn_start(DisasContextBase *dcbase, CPUState *cpu)
Expand Down

0 comments on commit 7108e25

Please sign in to comment.