Skip to content

Commit

Permalink
fix syntax radareorg#2
Browse files Browse the repository at this point in the history
  • Loading branch information
lasek0 committed Jan 17, 2022
1 parent 1c48860 commit a40e18b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libr/anal/jmptbl.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ R_API bool try_walkthrough_jmptbl(RAnal *anal, RAnalFunction *fcn, RAnalBlock *b
st32 jmpdelta = (st32)jmpptr;
// jump tables where sign extended movs are used
jmpptr = jmptbl_off + jmpdelta;
}
}
if (anal->limit) {
if (jmpptr < anal->limit->from || jmpptr > anal->limit->to) {
break;
Expand Down

0 comments on commit a40e18b

Please sign in to comment.