mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-24 22:00:18 +00:00
Fix regression in zignatures
This commit is contained in:
parent
60b3b0a79e
commit
85a02e0f29
@ -555,8 +555,10 @@ R_API bool r_anal_noreturn_at(RAnal *anal, ut64 addr) {
|
||||
}
|
||||
}
|
||||
int oss = anal->flb.f->space_strict;
|
||||
int ofs = anal->flb.f->space_idx;
|
||||
anal->flb.set_fs (anal->flb.f, "symbols");
|
||||
RFlagItem *fi = anal->flb.get_at (anal->flb.f, addr);
|
||||
anal->flb.f->space_idx = ofs;
|
||||
anal->flb.f->space_strict = oss;
|
||||
if (fi) {
|
||||
if (r_anal_noreturn_at_name (anal, fi->name)) {
|
||||
|
Loading…
Reference in New Issue
Block a user