Skip to content

Commit

Permalink
Add link to cs issue
Browse files Browse the repository at this point in the history
  • Loading branch information
thestr4ng3r committed Mar 19, 2022
1 parent b562ed4 commit 78a8a16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions librz/analysis/arch/arm/arm_il64.c
Original file line number Diff line number Diff line change
Expand Up @@ -1590,6 +1590,7 @@ static RzILOpEffect *mov(cs_insn *insn) {
}
if (ISIMM(1) && IMM(1) == 0 && !strcmp(insn->mnemonic, "movn")) {
// Capstone bug making 0000a012 indistinguishable from 0000a052
// https://github.com/capstone-engine/capstone/issues/1857
return movn(insn);
}
ut32 bits = REGBITS(0);
Expand Down

0 comments on commit 78a8a16

Please sign in to comment.