diff options
Diffstat (limited to 'opcodes/arc-dis.c')
-rw-r--r-- | opcodes/arc-dis.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/arc-dis.c b/opcodes/arc-dis.c index 7320c9f195e..aeb3ba68cff 100644 --- a/opcodes/arc-dis.c +++ b/opcodes/arc-dis.c @@ -132,6 +132,10 @@ print_insn_arc (bfd_vma memaddr, switch (info->mach) { + case bfd_mach_arc_nps400: + isa_mask = ARC_OPCODE_ARC700 | ARC_OPCODE_NPS400; + break; + case bfd_mach_arc_arc700: isa_mask = ARC_OPCODE_ARC700; break; |