i386: Add -mbranches-within-32B-boundaries
[deliverable/binutils-gdb.git] / opcodes / mep-dis.c
index 13bcb472763dcab5a46a27add3a2126ac8ce92fb..79bd7761c5bc9a64cfb29f807af78dcbc0f9b679 100644 (file)
@@ -1538,7 +1538,7 @@ print_insn_mep (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.023924 seconds and 4 git commands to generate.