NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
port-arm/50669: src/sys/arch/arm/arm/cpufunc.c:2333: bad if test ?
>Number: 50669
>Category: port-arm
>Synopsis: src/sys/arch/arm/arm/cpufunc.c:2333: bad if test ?
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: port-arm-maintainer
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sun Jan 17 09:45:00 +0000 2016
>Originator: David Binderman
>Release: cvs dated 20160116
>Organization:
>Environment:
>Description:
[src/sys/arch/arm/arm/cpufunc.c:2333]: (style) Expression is always false because 'else if' condition matches previous condition at line 2307.
} else if ((fault_instruction & 0x0e000000) == 0x0c000000) {
// ...
} else if ((fault_instruction & 0x0e000000) == 0x0c000000)
return ABORT_FIXUP_FAILED;
>How-To-Repeat:
>Fix:
Home |
Main Index |
Thread Index |
Old Index