diff options
Diffstat (limited to 'opcodes/ip2k-dis.c')
-rw-r--r-- | opcodes/ip2k-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/ip2k-dis.c b/opcodes/ip2k-dis.c index 3d3e8be..bc758a6 100644 --- a/opcodes/ip2k-dis.c +++ b/opcodes/ip2k-dis.c @@ -639,7 +639,7 @@ print_insn_ip2k (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 */ |