mirror of
https://github.com/mii443/qemu.git
synced 2025-08-30 02:49:30 +00:00
target-s390: Add missing temp_free in gen_op_calc_cc
Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
@ -757,6 +757,7 @@ static void gen_op_calc_cc(DisasContext *s)
|
|||||||
}
|
}
|
||||||
|
|
||||||
tcg_temp_free_i32(local_cc_op);
|
tcg_temp_free_i32(local_cc_op);
|
||||||
|
tcg_temp_free_i64(dummy);
|
||||||
|
|
||||||
/* We now have cc in cc_op as constant */
|
/* We now have cc in cc_op as constant */
|
||||||
set_cc_static(s);
|
set_cc_static(s);
|
||||||
|
Reference in New Issue
Block a user