mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-01 11:11:56 +00:00
java_analyze_fns now updates fcn_tree
This commit is contained in:
parent
e01a7509f1
commit
3e68588ef0
@ -653,6 +653,7 @@ static int java_analyze_fns( RAnal *anal, ut64 start, ut64 end, int reftype, int
|
||||
}
|
||||
//r_listrange_add (anal->fcnstore, fcn);
|
||||
r_anal_fcn_update_tinyrange_bbs (fcn);
|
||||
r_anal_fcn_tree_insert (&anal->fcn_tree, fcn);
|
||||
r_list_append (anal->fcns, fcn);
|
||||
}
|
||||
} // End of methods loop
|
||||
|
Loading…
x
Reference in New Issue
Block a user