]> Git Repo - qemu.git/commitdiff
target-ppc: remove dead code
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 11 Dec 2008 22:42:04 +0000 (22:42 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 11 Dec 2008 22:42:04 +0000 (22:42 +0000)
Signed-off-by: Aurelien Jarno <[email protected]>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5988 c046a42c-6fe2-441c-8c8c-71466251a162

target-ppc/translate.c

index aa85ba74c778e6d133ea8044f21d56854bd75ca3..26512d10a6f279a5e32b9c96c5a759eb33064b5c 100644 (file)
@@ -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);
This page took 0.03006 seconds and 4 git commands to generate.