Add virtual destructor to tui_layout_base
[deliverable/binutils-gdb.git] / opcodes / frv-dis.c
index 9df0dd59c004f77f9af84ae8851e3832fbdfdc04..bf9d4f789f100fa92860f12500a8a115433b6e62 100644 (file)
@@ -747,7 +747,7 @@ print_insn_frv (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.045687 seconds and 4 git commands to generate.