mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-3367 Delay full copy of prototype in lateRestriction
This commit is contained in:
parent
1a43822637
commit
bdc6e2202c
2 changed files with 25 additions and 21 deletions
|
@ -1605,8 +1605,8 @@ class FuncCallSpecs : public FuncProto {
|
|||
Varnode *buildParam(Funcdata &data,Varnode *vn,ProtoParameter *param,Varnode *stackref);
|
||||
int4 transferLockedInputParam(ProtoParameter *param);
|
||||
PcodeOp *transferLockedOutputParam(ProtoParameter *param);
|
||||
bool transferLockedInput(vector<Varnode *> &newinput);
|
||||
bool transferLockedOutput(Varnode *&newoutput);
|
||||
bool transferLockedInput(vector<Varnode *> &newinput,const FuncProto &source);
|
||||
bool transferLockedOutput(Varnode *&newoutput,const FuncProto &source);
|
||||
void commitNewInputs(Funcdata &data,vector<Varnode *> &newinput);
|
||||
void commitNewOutputs(Funcdata &data,Varnode *newout);
|
||||
void collectOutputTrialVarnodes(vector<Varnode *> &trialvn);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue