From: aurel32 Date: Thu, 11 Dec 2008 22:42:04 +0000 (+0000) Subject: target-ppc: remove dead code X-Git-Tag: release_0_10_0~698 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a3ec4b5b316c34e805bb45ff9a36766c068eed6;p=thirdparty%2Fqemu.git target-ppc: remove dead code Signed-off-by: Aurelien Jarno git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5988 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/target-ppc/translate.c b/target-ppc/translate.c index aa85ba74c77..26512d10a6f 100644 --- a/target-ppc/translate.c +++ b/target-ppc/translate.c @@ -230,8 +230,6 @@ static always_inline void gen_compute_fprf (TCGv_i64 arg, int set_fprf, int set_ tcg_gen_movi_i32(t0, 0); gen_helper_compute_fprf(t0, arg, t0); tcg_gen_mov_i32(cpu_crf[1], t0); - if (set_fprf) - gen_helper_float_check_status(); } tcg_temp_free_i32(t0);