Skip to content

Commit

Permalink
Fix #2234.
Browse files Browse the repository at this point in the history
BL is no call and does not read SP
  • Loading branch information
Rot127 committed Jan 5, 2024
1 parent b9c260e commit c3b2065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/AArch64/AArch64GenCSMappingInsn.inc
Original file line number Diff line number Diff line change
Expand Up @@ -10788,7 +10788,7 @@
/* bl $addr */
AArch64_BL /* 1539 */, AArch64_INS_BL,
#ifndef CAPSTONE_DIET
{ AArch64_REG_SP, 0 }, { AArch64_REG_LR, 0 }, { AArch64_GRP_CALL, AArch64_GRP_BRANCH_RELATIVE, 0 }, 0, 0, {{ 0 }}
{ 0 }, { AArch64_REG_LR, 0 }, { AArch64_GRP_JUMP, AArch64_GRP_BRANCH_RELATIVE, 0 }, 1, 0, {{ 0 }},
#endif
},
{
Expand Down

0 comments on commit c3b2065

Please sign in to comment.