target-s390: Add missing temp_free in gen_op_calc_cc
authorRichard Henderson <rth@twiddle.net>
Mon, 20 Aug 2012 15:15:42 +0000 (08:15 -0700)
committerRichard Henderson <rth@twiddle.net>
Sat, 5 Jan 2013 20:00:27 +0000 (12:00 -0800)
Signed-off-by: Richard Henderson <rth@twiddle.net>
target-s390x/translate.c

index 9e34741311a1f896b7ead44eed53af80a6024f38..f1e754f76acd112aa4f0978d5b6767885748ef71 100644 (file)
@@ -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);