diff options
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; |