target/arm: fix TCG temp leak in aarch64 rev16
Fix a TCG temporary leak in the new aarch64 rev16 handling. Signed-off-by: Emilio G. Cota <cota@braap.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
ce1d20aac8
commit
e4256c3cbf
@ -4051,6 +4051,7 @@ static void handle_rev16(DisasContext *s, unsigned int sf,
|
||||
tcg_gen_shli_i64(tcg_rd, tcg_rd, 8);
|
||||
tcg_gen_or_i64(tcg_rd, tcg_rd, tcg_tmp);
|
||||
|
||||
tcg_temp_free_i64(mask);
|
||||
tcg_temp_free_i64(tcg_tmp);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user