Add support fpr MAXQ processor
[deliverable/binutils-gdb.git] / opcodes / d10v-dis.c
index 4a89d8f0c844b5e85f96c18237005db5f1d58738..433fd518326e93904b62f42980339360e8cfbbb1 100644 (file)
@@ -145,7 +145,7 @@ print_operand (oper, insn, op, memaddr, info)
            (*info->fprintf_func) (info->stream, "cr");
          else if (oper->flags & OPERAND_REG)
            (*info->fprintf_func) (info->stream, "r");
-         (*info->fprintf_func) (info->stream, "%d", num);
+         (*info->fprintf_func) (info->stream, "%d", num & REGISTER_MASK);
        }
     }
   else
This page took 0.023384 seconds and 4 git commands to generate.