diff options
Diffstat (limited to 'opcodes/xc16x-dis.c')
-rw-r--r-- | opcodes/xc16x-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/xc16x-dis.c b/opcodes/xc16x-dis.c index 2c61e81..3081083 100644 --- a/opcodes/xc16x-dis.c +++ b/opcodes/xc16x-dis.c @@ -771,7 +771,7 @@ print_insn_xc16x (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 */ |