ubsan: visium: left shift cannot be represented in type 'int'
[deliverable/binutils-gdb.git] / opcodes / mt-dis.c
index 44e6720fc1694228ae66e535bb04fb48f11a6eaf..00b3d06ed3976144770702038323a7b69c691894 100644 (file)
@@ -641,7 +641,7 @@ print_insn_mt (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.024861 seconds and 4 git commands to generate.