jit: make gdb_object::symtabs an std::forward_list
[deliverable/binutils-gdb.git] / opcodes / lm32-dis.c
index b18fb3dbfd425af113c0f40a8d33b5be979ca912..274b63f58eb79634601a6f55dc0cb74bb8e773df 100644 (file)
@@ -498,7 +498,7 @@ print_insn_lm32 (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.022872 seconds and 4 git commands to generate.