mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-03-09 04:24:44 -06:00
target-s390x: Add missing tcg_temp_free_i64() in disas_s390_insn(), opc == 0x90
Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
225b6af7cd
commit
bbf9f3b4d4
1 changed files with 1 additions and 0 deletions
|
|
@ -4621,6 +4621,7 @@ static void disas_s390_insn(DisasContext *s)
|
|||
}
|
||||
tcg_gen_add_i64(tmp, tmp, tmp3);
|
||||
}
|
||||
tcg_temp_free_i64(tmp);
|
||||
tcg_temp_free_i64(tmp2);
|
||||
tcg_temp_free_i64(tmp3);
|
||||
tcg_temp_free_i64(tmp4);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue