Use disassemble_info.private_data in place of insn_sets
[deliverable/binutils-gdb.git] / opcodes / iq2000-dis.c
index 422665e869cc96089e065fe59cbd6319623afa26..2762b642688c2258aa9eb431691d5a9ddccd2f5f 100644 (file)
@@ -540,7 +540,7 @@ print_insn_iq2000 (bfd_vma pc, disassemble_info *info)
     cgen_bitset_add (isa, CGEN_COMPUTE_ISA (info));
   }
 #else
-  isa = info->insn_sets;
+  isa = info->private_data;
 #endif
 
   /* If we've switched cpu's, try to find a handle we've used before */
This page took 0.023849 seconds and 4 git commands to generate.