On 09/12/2017 09:12 AM, Laurent Desnogues wrote: >> +static void aarch64_tr_tb_start(DisasContextBase *db, CPUState *cpu) >> +{ >> + tcg_clear_temp_count(); >> +} > > Is it really needed to call tcg_clear_temp_count here when it's now > called in translator_loop?
Nope, missed while moving these calls around. Thanks. r~