mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
target-microblaze: dec_barrel: Plug TCG temp leak
Plug TCG temp leak. Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
This commit is contained in:
parent
2acf6d539c
commit
5c8f44b7db
1 changed files with 1 additions and 0 deletions
|
@ -690,6 +690,7 @@ static void dec_barrel(DisasContext *dc)
|
|||
tcg_gen_shr_tl(cpu_R[dc->rd], cpu_R[dc->ra], t0);
|
||||
}
|
||||
}
|
||||
tcg_temp_free(t0);
|
||||
}
|
||||
|
||||
static void dec_bit(DisasContext *dc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue