Use disassemble_info.private_data in place of insn_sets
[deliverable/binutils-gdb.git] / opcodes / ip2k-dis.c
index 3d3e8be412f533d610d22f83d0afc79cf7c98366..bc758a6618d51d9f9d39fc7f1d3d78cbb0ceb98d 100644 (file)
@@ -639,7 +639,7 @@ print_insn_ip2k (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.025161 seconds and 4 git commands to generate.