mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-02 03:05:40 +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;
|
||||
}
|
||||
if (at == UT64_MAX || depth < 0) {
|
||||
eprintf ("err dp\n");
|
||||
return false;
|
||||
}
|
||||
if (r_cons_is_breaked ()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user