* [Qemu-devel] [6642] Really fix ColdFire fdmoved address decoding.
@ 2009-02-23 15:19 Paul Brook
0 siblings, 0 replies; only message in thread
From: Paul Brook @ 2009-02-23 15:19 UTC (permalink / raw)
To: qemu-devel
Revision: 6642
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6642
Author: pbrook
Date: 2009-02-23 15:19:34 +0000 (Mon, 23 Feb 2009)
Log Message:
-----------
Really fix ColdFire fdmoved address decoding.
Modified Paths:
--------------
trunk/target-m68k/translate.c
Modified: trunk/target-m68k/translate.c
===================================================================
--- trunk/target-m68k/translate.c 2009-02-23 14:17:33 UTC (rev 6641)
+++ trunk/target-m68k/translate.c 2009-02-23 15:19:34 UTC (rev 6642)
@@ -2144,6 +2144,7 @@
switch ((insn >> 3) & 7) {
case 2:
case 3:
+ break;
case 4:
tcg_gen_addi_i32(tmp32, tmp32, -8);
break;
@@ -2257,6 +2258,7 @@
switch ((insn >> 3) & 7) {
case 2:
case 3:
+ break;
case 4:
tcg_gen_addi_i32(tmp32, tmp32, -8);
break;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-02-23 15:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-23 15:19 [Qemu-devel] [6642] Really fix ColdFire fdmoved address decoding 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).