mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-04 12:36:30 +00:00
Unset default flagspace after loading bin. Fixes ccall:// issues ##bin (#19051)
This commit is contained in:
parent
629541d290
commit
1be91a5b0c
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user