summaryrefslogtreecommitdiff
path: root/opcodes/m68k-dis.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-06-06 14:28:00 +0000
committerNick Clifton <nickc@redhat.com>2001-06-06 14:28:00 +0000
commit98b324826852d8445351814584c87eaa115d57ff (patch)
treeae9559a8ea2078f33d9ec5cbc65eea826da24f84 /opcodes/m68k-dis.c
parentd52f97627ba913161b2a834c1eb885fccfce5424 (diff)
downloadbinutils-gdb-98b324826852d8445351814584c87eaa115d57ff.tar.gz
correct some 68k/ColdFire problems
Diffstat (limited to 'opcodes/m68k-dis.c')
-rw-r--r--opcodes/m68k-dis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/m68k-dis.c b/opcodes/m68k-dis.c
index 589fe14f44d..fd7d912aec1 100644
--- a/opcodes/m68k-dis.c
+++ b/opcodes/m68k-dis.c
@@ -268,7 +268,7 @@ print_insn_m68k (memaddr, info)
arch_mask = mcf5206e;
break;
case bfd_mach_mcf5307:
- arch_mask = mcf5407;
+ arch_mask = mcf5307;
break;
case bfd_mach_mcf5407:
arch_mask = mcf5407;