qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4949] Fix qemu_ld64 constraint list
@ 2008-07-26 11:21 malc
  0 siblings, 0 replies; only message in thread
From: malc @ 2008-07-26 11:21 UTC (permalink / raw)
  To: qemu-devel

Revision: 4949
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4949
Author:   malc
Date:     2008-07-26 11:21:00 +0000 (Sat, 26 Jul 2008)

Log Message:
-----------
Fix qemu_ld64 constraint list

Modified Paths:
--------------
    trunk/tcg/ppc64/tcg-target.c

Modified: trunk/tcg/ppc64/tcg-target.c
===================================================================
--- trunk/tcg/ppc64/tcg-target.c	2008-07-26 11:20:57 UTC (rev 4948)
+++ trunk/tcg/ppc64/tcg-target.c	2008-07-26 11:21:00 UTC (rev 4949)
@@ -1422,7 +1422,7 @@
     { INDEX_op_qemu_ld16s, { "r", "L" } },
     { INDEX_op_qemu_ld32u, { "r", "L" } },
     { INDEX_op_qemu_ld32s, { "r", "L" } },
-    { INDEX_op_qemu_ld64, { "r", "r", "L" } },
+    { INDEX_op_qemu_ld64, { "r", "L" } },
 
     { INDEX_op_qemu_st8, { "K", "K" } },
     { INDEX_op_qemu_st16, { "K", "K" } },

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

only message in thread, other threads:[~2008-07-26 11:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-26 11:21 [Qemu-devel] [4949] Fix qemu_ld64 constraint list malc

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