diff options
Diffstat (limited to 'opcodes/bpf-dis.c')
-rw-r--r-- | opcodes/bpf-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/bpf-dis.c b/opcodes/bpf-dis.c index c48bce8..99a292a 100644 --- a/opcodes/bpf-dis.c +++ b/opcodes/bpf-dis.c @@ -553,7 +553,7 @@ print_insn_bpf (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 */ |