Skip to content

Commit

Permalink
fix xtensa esil extui
Browse files Browse the repository at this point in the history
  • Loading branch information
imbillow committed Nov 5, 2024
1 parent 35614fc commit 62231db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librz/arch/isa/xtensa/xtensa_esil.c
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ static void esil_extract_unsigned(XtensaContext *ctx, RzAnalysisOp *op) {
"=",
IMM(2),
REGO(1),
IMM(3),
(1 << IMM(3)) - 1,
REGO(0));
}

Expand Down

0 comments on commit 62231db

Please sign in to comment.