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 720e757 commit 04305fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libr/anal/p/anal_arm_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -2467,7 +2467,7 @@ static int analop_esil(RAnal *a, RAnalOp *op, ut64 addr, const ut8 *buf, int len
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 04305fb

Please sign in to comment.