mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
Let extensions push into subvariable flow
This commit is contained in:
parent
762cda04f4
commit
edb1571fba
2 changed files with 22 additions and 6 deletions
|
@ -68,7 +68,7 @@ class SubvariableFlow {
|
|||
compare_patch, ///< Turn compare op inputs into logical values
|
||||
parameter_patch, ///< Convert a CALL/CALLIND/RETURN/BRANCHIND parameter into logical value
|
||||
extension_patch, ///< Convert op into something that copies/extends logical value, adding zero bits
|
||||
returnpush_patch ///< Convert a sub-function return to the logical value
|
||||
push_patch ///< Convert an operator output to the logical value
|
||||
};
|
||||
patchtype type; ///< The type of \b this patch
|
||||
PcodeOp *patchOp; ///< Op being affected
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue