mirror of https://gitee.com/openkylin/qemu.git
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:
parent
c59b97aad7
commit
243ee8f7c5
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue