Skip to content

Commit 04305fb

Browse files
committed
fix 22373
1 parent 720e757 commit 04305fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libr/anal/p/anal_arm_cs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2467,7 +2467,7 @@ static int analop_esil(RAnal *a, RAnalOp *op, ut64 addr, const ut8 *buf, int len
24672467
break;
24682468
case ARM_INS_BL:
24692469
case ARM_INS_BLX:
2470-
r_strbuf_append (&op->esil, "pc,lr,:=,");
2470+
r_strbuf_appendf (&op->esil, "pc,%d,+,lr,:=,", thumb);
24712471
/* fallthrough */
24722472
case ARM_INS_BX:
24732473
case ARM_INS_BXJ:

0 commit comments

Comments
 (0)