mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
New consume logic for sub-function input parameters
This commit is contained in:
parent
0d641458ce
commit
e073773a27
4 changed files with 53 additions and 13 deletions
|
@ -405,7 +405,7 @@ void Funcdata::clearCallSpecs(void)
|
|||
|
||||
FuncCallSpecs *Funcdata::getCallSpecs(const PcodeOp *op) const
|
||||
|
||||
{ // Get FuncCallSpecs from CALL op
|
||||
{
|
||||
int4 i;
|
||||
const Varnode *vn;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue