diff options
author | Nick Clifton <nickc@redhat.com> | 2001-06-06 14:28:00 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-06-06 14:28:00 +0000 |
commit | 98b324826852d8445351814584c87eaa115d57ff (patch) | |
tree | ae9559a8ea2078f33d9ec5cbc65eea826da24f84 /opcodes/m68k-dis.c | |
parent | d52f97627ba913161b2a834c1eb885fccfce5424 (diff) | |
download | gdb-98b324826852d8445351814584c87eaa115d57ff.zip gdb-98b324826852d8445351814584c87eaa115d57ff.tar.gz gdb-98b324826852d8445351814584c87eaa115d57ff.tar.bz2 |
correct some 68k/ColdFire problems
Diffstat (limited to 'opcodes/m68k-dis.c')
-rw-r--r-- | opcodes/m68k-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/m68k-dis.c b/opcodes/m68k-dis.c index 589fe14..fd7d912 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; |