mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-04 12:09:08 +00:00
Nothing to see here:e
This commit is contained in:
parent
38f60907ed
commit
3f33465e3f
@ -874,7 +874,7 @@ repeat:
|
||||
if (!must_eob) {
|
||||
RIOSection *s = anal->iob.sect_vget (anal->iob.io, addr);
|
||||
if (s) {
|
||||
must_eob = (op.jump < s->vaddr || op.jump => s->vaddr + s->vsize);
|
||||
must_eob = (op.jump < s->vaddr || op.jump >= s->vaddr + s->vsize);
|
||||
}
|
||||
}
|
||||
if (must_eob) {
|
||||
|
Loading…
Reference in New Issue
Block a user