* symtab.c (skip_prologue_using_sal): Treat two consecutive lines
[deliverable/binutils-gdb.git] / opcodes / mips-dis.c
index 35a51191525903913eef8c9b7b1212d16ac79106..744d5a92bcbb6cd5b17ab17ba960428f4d4e9c3c 100644 (file)
@@ -2068,8 +2068,8 @@ _print_insn_mips (bfd_vma memaddr,
   if (info->mach == bfd_mach_mips16
       || (info->symbols != NULL
          && bfd_asymbol_flavour (*info->symbols) == bfd_target_elf_flavour
-         && ((*(elf_symbol_type **) info->symbols)->internal_elf_sym.st_other
-             == STO_MIPS16)))
+         && ELF_ST_IS_MIPS16 ((*(elf_symbol_type **) info->symbols)
+                              ->internal_elf_sym.st_other)))
     return print_insn_mips16 (memaddr, info);
 #endif
 
This page took 0.023333 seconds and 4 git commands to generate.