* [Qemu-devel] [5988] target-ppc: remove dead code
@ 2008-12-11 22:42 Aurelien Jarno
0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2008-12-11 22:42 UTC (permalink / raw)
To: qemu-devel
Revision: 5988
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5988
Author: aurel32
Date: 2008-12-11 22:42:04 +0000 (Thu, 11 Dec 2008)
Log Message:
-----------
target-ppc: remove dead code
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Modified Paths:
--------------
trunk/target-ppc/translate.c
Modified: trunk/target-ppc/translate.c
===================================================================
--- trunk/target-ppc/translate.c 2008-12-11 21:20:03 UTC (rev 5987)
+++ trunk/target-ppc/translate.c 2008-12-11 22:42:04 UTC (rev 5988)
@@ -230,8 +230,6 @@
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);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-12-11 22:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-11 22:42 [Qemu-devel] [5988] target-ppc: remove dead code Aurelien Jarno
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).