From patchwork Sun Sep 9 21:04:24 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [006/126] target-s390: Add missing temp_free in gen_op_calc_cc Date: Sun, 09 Sep 2012 11:04:24 -0000 From: Richard Henderson X-Patchwork-Id: 182651 Message-Id: <1347224784-19472-7-git-send-email-rth@twiddle.net> To: qemu-devel@nongnu.org Cc: Alexander Graf Signed-off-by: Richard Henderson --- target-s390x/translate.c | 1 + 1 file changed, 1 insertion(+) diff --git a/target-s390x/translate.c b/target-s390x/translate.c index 66119cd..3080cef 100644 --- a/target-s390x/translate.c +++ b/target-s390x/translate.c @@ -757,6 +757,7 @@ static void gen_op_calc_cc(DisasContext *s) } tcg_temp_free_i32(local_cc_op); + tcg_temp_free_i64(dummy); /* We now have cc in cc_op as constant */ set_cc_static(s);