mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-02 19:26:43 +00:00
Remove err dp error message, which is triggered for no reason by afu on code with jumps and calls (#14056)
This commit is contained in:
parent
f3e4d0239e
commit
98436899da
@ -1655,7 +1655,6 @@ R_API int r_core_anal_fcn(RCore *core, ut64 at, ut64 from, int reftype, int dept
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (at == UT64_MAX || depth < 0) {
|
if (at == UT64_MAX || depth < 0) {
|
||||||
eprintf ("err dp\n");
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (r_cons_is_breaked ()) {
|
if (r_cons_is_breaked ()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user