qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [5177] Fix a typo in fpsub32
@ 2008-09-06 17:54 Blue Swirl
  0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2008-09-06 17:54 UTC (permalink / raw)
  To: qemu-devel

Revision: 5177
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5177
Author:   blueswir1
Date:     2008-09-06 17:54:01 +0000 (Sat, 06 Sep 2008)

Log Message:
-----------
Fix a typo in fpsub32

Modified Paths:
--------------
    trunk/target-sparc/translate.c

Modified: trunk/target-sparc/translate.c
===================================================================
--- trunk/target-sparc/translate.c	2008-09-06 17:51:43 UTC (rev 5176)
+++ trunk/target-sparc/translate.c	2008-09-06 17:54:01 UTC (rev 5177)
@@ -3786,7 +3786,7 @@
                     CHECK_FPU_FEATURE(dc, VIS1);
                     gen_op_load_fpr_DT0(DFPREG(rs1));
                     gen_op_load_fpr_DT1(DFPREG(rs2));
-                    tcg_gen_helper_0_0(helper_fpadd32);
+                    tcg_gen_helper_0_0(helper_fpsub32);
                     gen_op_store_DT0_fpr(DFPREG(rd));
                     break;
                 case 0x057: /* VIS I fpsub32s */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-09-06 17:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-06 17:54 [Qemu-devel] [5177] Fix a typo in fpsub32 Blue Swirl

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).