This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/18680] New: gdb/hppa-tdep.c:593: possibly broken if ?


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

            Bug ID: 18680
           Summary: gdb/hppa-tdep.c:593: possibly broken if ?
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: dcb314 at hotmail dot com
  Target Milestone: ---

gdb/hppa-tdep.c:593] -> [src/gdb/hppa-tdep.c:593]: (style) Same expression on
both sides of '||'.

  /* ldw,mb D(sp),X or ldd,mb D(sp),X */
  if (((inst & 0x0fc010e0) == 0x0fc010e0
       || (inst & 0x0fc010e0) == 0x0fc010e0)

Comment and the code don't match up.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]