target-s390: Add missing temp_free in gen_op_calc_cc

Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
Richard Henderson 2012-08-20 08:15:42 -07:00
parent 6ee77b1663
commit 063eb0f303
1 changed files with 1 additions and 0 deletions

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