Really fix ColdFire fdmoved address decoding.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6642 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
pbrook 2009-02-23 15:19:34 +00:00
parent c59b97aad7
commit 243ee8f7c5
1 changed files with 2 additions and 0 deletions

View 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;