mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
Default for maximum number of instructions
This commit is contained in:
parent
d9bd93c36b
commit
a8dcc7266b
8 changed files with 34 additions and 11 deletions
|
@ -136,7 +136,7 @@ void Funcdata::startProcessing(void)
|
|||
warningHeader("This is an inlined function");
|
||||
Address baddr(baseaddr.getSpace(),0);
|
||||
Address eaddr(baseaddr.getSpace(),~((uintb)0));
|
||||
followFlow(baddr,eaddr,0);
|
||||
followFlow(baddr,eaddr);
|
||||
structureReset();
|
||||
sortCallSpecs(); // Must come after structure reset
|
||||
heritage.buildInfoList();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue