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
commita54b582927f86abd94a850b91a9f8cc407a862f1 (patch)
tree9d536eeefe622aa5758c07960c45ecf86dda8c49 /opcodes/m68k-dis.c
parentedd66f8ac3a96c479e0301a672987556d30923da (diff)
downloadgdb-a54b582927f86abd94a850b91a9f8cc407a862f1.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;