Skip to content

Commit

Permalink
fix xtensa esil call0
Browse files Browse the repository at this point in the history
  • Loading branch information
imbillow committed Nov 5, 2024
1 parent 87d7f6e commit 35614fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions librz/arch/isa/xtensa/xtensa_esil.c
Original file line number Diff line number Diff line change
Expand Up @@ -617,8 +617,7 @@ static void esil_abs_neg(XtensaContext *ctx, RzAnalysisOp *op) {
}

static void esil_call(XtensaContext *ctx, RzAnalysisOp *op) {
bool call = opcode == XTENSA_GRP_CALL;
if (call) {
if (opcode == XTENSA_INS_CALL0) {
rz_strbuf_append(
&op->esil,
"pc" CM
Expand Down

0 comments on commit 35614fc

Please sign in to comment.