Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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