https://sourceware.org/bugzilla/show_bug.cgi?id=18474

            Bug ID: 18474
           Summary: src/opcodes/msp430-dis.c:69: bad test ?
           Product: binutils
           Version: 2.26 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: binutils
          Assignee: unassigned at sourceware dot org
          Reporter: dcb314 at hotmail dot com
  Target Milestone: ---

[src/opcodes/msp430-dis.c:69]: (style) Expression '(X & 0xf00) != 0x3' is
always true.
[src/opcodes/msp430-dis.c:69]: (style) Expression '(X & 0xf00) != 0x2' is
always true.

     if ((insn & 0x0f00) != 3 || (insn & 0x0f00) != 2)
    return 0;

-- 
You are receiving this mail because:
You are on the CC list for the bug.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to