mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
Convert to Scope ids
This commit is contained in:
parent
97b04cac7e
commit
7c0b21f0dc
17 changed files with 394 additions and 327 deletions
|
@ -923,7 +923,7 @@ void Funcdata::overrideFlow(const Address &addr,uint4 type)
|
|||
else if (type == Override::CALL)
|
||||
op = findPrimaryBranch(iter,enditer,true,false,true);
|
||||
else if (type == Override::CALL_RETURN)
|
||||
op = findPrimaryBranch(iter,enditer,true,false,true);
|
||||
op = findPrimaryBranch(iter,enditer,true,true,true);
|
||||
else if (type == Override::RETURN)
|
||||
op = findPrimaryBranch(iter,enditer,true,true,false);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue