diff options
Diffstat (limited to 'opcodes/mips-dis.c')
-rw-r--r-- | opcodes/mips-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/mips-dis.c b/opcodes/mips-dis.c index a1bd62e..2e75266 100644 --- a/opcodes/mips-dis.c +++ b/opcodes/mips-dis.c @@ -388,7 +388,7 @@ _print_insn_mips (memaddr, word, info) { register const char *d; - if (! OPCODE_IS_MEMBER (op, mips_isa, target_processor)) + if (! OPCODE_IS_MEMBER (op, mips_isa, target_processor, 0)) continue; (*info->fprintf_func) (info->stream, "%s", op->name); |