Really fix ColdFire fdmoved address decoding.
authorpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 23 Feb 2009 15:19:34 +0000 (15:19 +0000)
committerpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 23 Feb 2009 15:19:34 +0000 (15:19 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6642 c046a42c-6fe2-441c-8c8c-71466251a162

target-m68k/translate.c

index 44214a0435fa24075421bd9e7895bcf8318eabe9..6c3a00823bd157f702461702eb175f52aea96b24 100644 (file)
@@ -2144,6 +2144,7 @@ DISAS_INSN(fpu)
             switch ((insn >> 3) & 7) {
             case 2:
             case 3:
+                break;
             case 4:
                 tcg_gen_addi_i32(tmp32, tmp32, -8);
                 break;
@@ -2257,6 +2258,7 @@ DISAS_INSN(fpu)
             switch ((insn >> 3) & 7) {
             case 2:
             case 3:
+                break;
             case 4:
                 tcg_gen_addi_i32(tmp32, tmp32, -8);
                 break;