mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-04 04:17:25 +00:00
Enable pdrj (#12178)
This commit is contained in:
parent
3d830a3832
commit
cff54c1648
@ -3571,8 +3571,8 @@ static void func_walk_blocks(RCore *core, RAnalFunction *f, char input, char typ
|
||||
locs_it = f->fcn_locs->head;
|
||||
}
|
||||
// XXX: hack must be reviewed/fixed in code analysis
|
||||
if (b) {
|
||||
if (r_list_length (f->bbs) == 1) {
|
||||
if (!b) {
|
||||
if (r_list_length (f->bbs) >= 1) {
|
||||
ut32 fcn_size = r_anal_fcn_realsize (f);
|
||||
b = r_list_get_top (f->bbs);
|
||||
if (b->size > fcn_size) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user