Skip to content

Commit

Permalink
fix 22373
Browse files Browse the repository at this point in the history
  • Loading branch information
bqv committed Nov 9, 2023
1 parent f94a1e7 commit fc984e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libr/arch/p/arm/plugin_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -2495,7 +2495,7 @@ static int analop_esil(RArchSession *as, RAnalOp *op, ut64 addr, const ut8 *buf,
break;
case ARM_INS_BL:
case ARM_INS_BLX:
r_strbuf_append (&op->esil, "pc,lr,:=,");
r_strbuf_appendf (&op->esil, "pc,%d,+,lr,:=,", thumb);
/* fallthrough */
case ARM_INS_BX:
case ARM_INS_BXJ:
Expand Down

0 comments on commit fc984e3

Please sign in to comment.