Fix t.anal/x86/aap tests (#8338)

May not be suitable, but t.anal/x86 broken reduces from 44 to 19
This commit is contained in:
Fangrui Song 2017-08-27 10:25:31 -07:00 committed by radare
parent d1db5c0f1e
commit ceb0724e6b

View File

@ -321,7 +321,7 @@ R_API int r_core_search_preludes(RCore *core) {
fc0 = count_functions (core);
r_list_foreach (list, iter, p) {
eprintf ("\r[>] Scanning %s 0x%"PFMT64x " - 0x%"PFMT64x " ", r_str_rwx_i (p->flags), p->from, p->to);
if (!cfg_debug && !(p->flags & R_IO_MAP)) {
if (!(p->flags & R_IO_EXEC)) {
eprintf ("skip\n");
continue;
}