diff options
Diffstat (limited to 'opcodes/arc-dis.c')
-rw-r--r-- | opcodes/arc-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/arc-dis.c b/opcodes/arc-dis.c index 8102b36..0c07c8a 100644 --- a/opcodes/arc-dis.c +++ b/opcodes/arc-dis.c @@ -225,7 +225,7 @@ print_insn (pc, info, cpu) variants, hiding all this crud here seems cleaner. */ disassembler_ftype -arc_disassembler (bfd *abfd) +arc_get_disassembler (bfd *abfd) { int mach = bfd_get_mach (abfd); |