HomeFreeBSD

arm64: Fix a logic bug in is_load_instr().

Description

arm64: Fix a logic bug in is_load_instr().

Logical and ('&&') was used to join two conditions instead of logical
or ('||') causing some store instructions to not be recognized.

Reported by: GCC 9 -Wparentheses

Reviewed by: andrew
Differential Revision: https://reviews.freebsd.org/D31949

Details

Provenance
jhbAuthored on Sep 15 2021, 4:03 PM
Reviewer
andrew
Differential Revision
D31949: arm64: Fix a logic bug in is_load_instr().
Parents
rGd99c87c8d54a: evdev: Add parentheses around '-' expression in operand of '&'.
Branches
Unknown
Tags
Unknown