Skip to content

Commit

Permalink
Reinclude workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Feb 25, 2016
1 parent 912a082 commit 06ba871
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libr/anal/p/anal_x86_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,9 @@ SETL/SETNGE
} else if (INSOP(0).mem.base == X86_REG_RBP || INSOP(0).mem.base == X86_REG_EBP) {
op->stackop = R_ANAL_STACK_SET;
op->stackptr = regsz;
} else {
if (op->ptr < 0x1000)
op->ptr = UT64_MAX;
}
if (a->decode) {
if (op->prefix & R_ANAL_OP_PREFIX_REP) {
Expand Down

0 comments on commit 06ba871

Please sign in to comment.