Make sure just taking into account has_va for real bin plugins

This commit is contained in:
alvarofe 2017-08-28 23:41:46 +02:00
parent b099901d96
commit 9ff143e2fd

View File

@ -626,7 +626,7 @@ R_API bool r_core_bin_load(RCore *r, const char *filenameuri, ut64 baddr) {
}
}
obj = r_bin_cur_object (r->bin);
if (obj) {
if (obj && plugin && strcmp (plugin->name, "any")) {
va = obj->info->has_va;
}
if (!va) {