Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
imbillow committed Dec 23, 2024
1 parent 76f4aa5 commit cd97eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librz/arch/isa/xtensa/xtensa_il.c
Original file line number Diff line number Diff line change
Expand Up @@ -1322,7 +1322,7 @@ else
static RzAnalysisLiftedILOp op_retw(XtensaContext *ctx) {
return SEQ5(
SETL("n", EXTRACT32(VARG("a0"), U32(30), U32(2))),
SETL("nextPC", LOGOR(U32(PC & (0x3 << 30)), LOGAND(VARG("a0"), U32(0x3fffffff)))),
SETL("nextPC", LOGOR(U32(PC & (0x3U << 30)), LOGAND(VARG("a0"), U32(0x3fffffff)))),
SETL("owb", VARG("windowbase")),
SETL("m",
ITE(EQ(
Expand Down

0 comments on commit cd97eb5

Please sign in to comment.