qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [5163] Fix swapped mvz/mvs instructions.
@ 2008-09-05 12:33 Paul Brook
  0 siblings, 0 replies; only message in thread
From: Paul Brook @ 2008-09-05 12:33 UTC (permalink / raw)
  To: qemu-devel

Revision: 5163
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5163
Author:   pbrook
Date:     2008-09-05 12:33:31 +0000 (Fri, 05 Sep 2008)

Log Message:
-----------
Fix swapped mvz/mvs instructions.

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

Modified: trunk/target-m68k/translate.c
===================================================================
--- trunk/target-m68k/translate.c	2008-09-04 20:34:31 UTC (rev 5162)
+++ trunk/target-m68k/translate.c	2008-09-05 12:33:31 UTC (rev 5163)
@@ -1717,7 +1717,7 @@
         opsize = OS_WORD;
     else
         opsize = OS_BYTE;
-    SRC_EA(src, opsize, (insn & 0x80) != 0, NULL);
+    SRC_EA(src, opsize, (insn & 0x80) == 0, NULL);
     reg = DREG(insn, 9);
     tcg_gen_mov_i32(reg, src);
     gen_logic_cc(s, src);

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

only message in thread, other threads:[~2008-09-05 12:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-05 12:33 [Qemu-devel] [5163] Fix swapped mvz/mvs instructions Paul Brook

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