From: Richard Henderson Date: Mon, 20 Aug 2012 15:15:42 +0000 (-0700) Subject: target-s390: Add missing temp_free in gen_op_calc_cc X-Git-Tag: v1.4.0-rc0~201^2~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=063eb0f3038434ab4cf9ad4bcc19a8789e15d237;p=thirdparty%2Fqemu.git target-s390: Add missing temp_free in gen_op_calc_cc Signed-off-by: Richard Henderson --- diff --git a/target-s390x/translate.c b/target-s390x/translate.c index 9e34741311a..f1e754f76ac 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);