sim-card
/
qemu
Archived
10
0
Fork 0

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:
Stefan Weil 2011-05-27 19:03:31 +02:00 committed by Alexander Graf
parent 225b6af7cd
commit bbf9f3b4d4
1 changed files with 1 additions and 0 deletions

View File

@ -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);