aboutsummaryrefslogtreecommitdiff
path: root/opcodes/epiphany-dis.c
diff options
context:
space:
mode:
Diffstat (limited to 'opcodes/epiphany-dis.c')
-rw-r--r--opcodes/epiphany-dis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/epiphany-dis.c b/opcodes/epiphany-dis.c
index 376d678..3c79031 100644
--- a/opcodes/epiphany-dis.c
+++ b/opcodes/epiphany-dis.c
@@ -629,7 +629,7 @@ print_insn_epiphany (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 */