audk/ArmPkg/Library/ArmDisassemblerLib
wenyi,xie via groups.io 8e4cb8fbce ArmPkg/ArmDisassemblerLib: fix incorrect comparison
As shift = (OpCode >> 5) & 0x3, shift will never be larger than 0x3,
so the comparison between shift and 0x12 will always be false. The right
shift type of ASR is 0x2.

Cc: Leif Lindholm <leif@nuviainc.com>
Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
Signed-off-by: Wenyi Xie <xiewenyi2@huawei.com>
Reviewed-by: Leif Lindholm <leif@nuviainc.com>
2020-12-08 13:58:33 +00:00
..
Aarch64Disassembler.c ArmPkg: Fix various typos 2019-07-04 12:20:28 +01:00
ArmDisassembler.c ArmPkg/ArmDisassemblerLib: fix incorrect comparison 2020-12-08 13:58:33 +00:00
ArmDisassemblerLib.inf ArmPkg: Replace BSD License with BSD+Patent License 2019-04-09 09:10:21 -07:00
ThumbDisassembler.c ArmPkg: Fix various typos 2019-07-04 12:20:28 +01:00