TX19 uses igen by default.
[deliverable/binutils-gdb.git] / opcodes / arm-dis.c
index d9d890ec7ce1e28016c70ecb15c08b0d3cb93995..32112c17f4992b42c5a5c0861db6845d3e5eefac 100644 (file)
@@ -712,7 +712,7 @@ print_insn_big_arm (pc, info)
   coff_symbol_type * cs;
   int                is_thumb;
   
-  cs = coffsymbol (info->symbol);
+  cs = coffsymbol (*info->symbols);
   is_thumb = (cs != NULL) &&
      (   cs->native->u.syment.n_sclass == C_THUMBEXT
       || cs->native->u.syment.n_sclass == C_THUMBSTAT
@@ -780,7 +780,7 @@ print_insn_little_arm (pc, info)
   coff_symbol_type * cs;
   int                is_thumb;
   
-  cs = coffsymbol (info->symbol);
+  cs = coffsymbol (*info->symbols);
   is_thumb = (cs != NULL) && 
      (   cs->native->u.syment.n_sclass == C_THUMBEXT
       || cs->native->u.syment.n_sclass == C_THUMBSTAT
This page took 0.023762 seconds and 4 git commands to generate.