Commit 2a3ec4b5b316c34e805bb45ff9a36766c068eed6
1 parent
9b32d5a5
target-ppc: remove dead code
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5988 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
0 additions
and
2 deletions
target-ppc/translate.c
@@ -230,8 +230,6 @@ static always_inline void gen_compute_fprf (TCGv_i64 arg, int set_fprf, int set_ | @@ -230,8 +230,6 @@ static always_inline void gen_compute_fprf (TCGv_i64 arg, int set_fprf, int set_ | ||
230 | tcg_gen_movi_i32(t0, 0); | 230 | tcg_gen_movi_i32(t0, 0); |
231 | gen_helper_compute_fprf(t0, arg, t0); | 231 | gen_helper_compute_fprf(t0, arg, t0); |
232 | tcg_gen_mov_i32(cpu_crf[1], t0); | 232 | tcg_gen_mov_i32(cpu_crf[1], t0); |
233 | - if (set_fprf) | ||
234 | - gen_helper_float_check_status(); | ||
235 | } | 233 | } |
236 | 234 | ||
237 | tcg_temp_free_i32(t0); | 235 | tcg_temp_free_i32(t0); |