Fix the gdb build with GCC 7
[deliverable/binutils-gdb.git] / opcodes / bpf-dis.c
index c48bce85e6434a2e0e8aff7f11a955a820e5e8b2..99a292a3727ad7d657ab4cc636aa39d1ad6b6ed8 100644 (file)
@@ -553,7 +553,7 @@ print_insn_bpf (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.02426 seconds and 4 git commands to generate.