Unset default flagspace after loading bin. Fixes ccall:// issues ##bin (#19051)

This commit is contained in:
pancake 2021-09-03 23:44:37 +02:00 committed by GitHub
parent 629541d290
commit 1be91a5b0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -834,6 +834,7 @@ R_API bool r_core_bin_load(RCore *r, const char *filenameuri, ut64 baddr) {
goto beach;
}
beach:
r_flag_space_set (r->flags, "*");
return true;
}