mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
LOAD iterating, reclaim auto_live bit
This commit is contained in:
parent
74d27ecb20
commit
764eec057f
5 changed files with 47 additions and 38 deletions
|
@ -250,6 +250,7 @@ class PcodeOpBank {
|
|||
list<PcodeOp *> deadlist; ///< List of \e dead PcodeOps
|
||||
list<PcodeOp *> alivelist; ///< List of \e alive PcodeOps
|
||||
list<PcodeOp *> storelist; ///< List of STORE PcodeOps
|
||||
list<PcodeOp *> loadlist; ///< list of LOAD PcodeOps
|
||||
list<PcodeOp *> returnlist; ///< List of RETURN PcodeOps
|
||||
list<PcodeOp *> useroplist; ///< List of user-defined PcodeOps
|
||||
list<PcodeOp *> deadandgone; ///< List of retired PcodeOps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue