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
@ -4621,6 +4621,7 @@ static void disas_s390_insn(DisasContext *s)
|
|||||||
}
|
}
|
||||||
tcg_gen_add_i64(tmp, tmp, tmp3);
|
tcg_gen_add_i64(tmp, tmp, tmp3);
|
||||||
}
|
}
|
||||||
|
tcg_temp_free_i64(tmp);
|
||||||
tcg_temp_free_i64(tmp2);
|
tcg_temp_free_i64(tmp2);
|
||||||
tcg_temp_free_i64(tmp3);
|
tcg_temp_free_i64(tmp3);
|
||||||
tcg_temp_free_i64(tmp4);
|
tcg_temp_free_i64(tmp4);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user