Skip to content

Commit

Permalink
target-s390: Add missing temp_free in gen_op_calc_cc
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Henderson <rth@twiddle.net>
  • Loading branch information
rth7680 committed Jan 5, 2013
1 parent 6ee77b1 commit 063eb0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions target-s390x/translate.c
Expand Up @@ -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);
Expand Down

0 comments on commit 063eb0f

Please sign in to comment.