diff --git a/opcodes/mips-dis.c b/opcodes/mips-dis.c index 9079021f1a..517fba1130 100644 --- a/opcodes/mips-dis.c +++ b/opcodes/mips-dis.c @@ -472,7 +472,7 @@ print_insn_little_mips (memaddr, info) if (bfd_mach_dvp_p (info->mach) || (info->flavour == bfd_target_elf_flavour && info->symbol != NULL - && MIPS_STO_DVP_P (((elf_symbol_type *) info->symbol)->internal_elf_sym.st_other))) + && STO_DVP_P (((elf_symbol_type *) info->symbol)->internal_elf_sym.st_other))) return print_insn_dvp (memaddr, info); #endif /* end-sanitize-sky */