diff options
Diffstat (limited to 'opcodes/mt-dis.c')
-rw-r--r-- | opcodes/mt-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/mt-dis.c b/opcodes/mt-dis.c index 44e6720..00b3d06 100644 --- a/opcodes/mt-dis.c +++ b/opcodes/mt-dis.c @@ -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 */ |