aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--opcodes/mips-dis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/mips-dis.c b/opcodes/mips-dis.c
index 9079021..517fba1 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 */