mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
GP-5256 ExtraStack, sizes attribute, merge join sequence
This commit is contained in:
parent
acbda8b076
commit
00f9789116
40 changed files with 1015 additions and 411 deletions
|
@ -627,7 +627,7 @@ class CloneBlockOps {
|
|||
PcodeOp *origOp; ///< Original op that was cloned
|
||||
ClonePair(PcodeOp *c,PcodeOp *o) { cloneOp = c; origOp = o; } ///< Constructor
|
||||
};
|
||||
Funcdata &data;
|
||||
Funcdata &data; ///< Function containing ops to clone
|
||||
vector<ClonePair> cloneList; ///< List of cloned ops
|
||||
map<PcodeOp *,PcodeOp *> origToClone; ///< Map from original p-code op to its clone
|
||||
PcodeOp *buildOpClone(PcodeOp *op); ///< Produce a skeleton copy of the given PcodeOp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue