mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
Fix for TypeOpReturn::getInputLocal returning a type of the wrong size
This commit is contained in:
parent
ead982a5e5
commit
fb3908b3cc
2 changed files with 4 additions and 1 deletions
|
@ -144,6 +144,8 @@ void Funcdata::startProcessing(void)
|
|||
|
||||
if (funcp.isInline())
|
||||
warningHeader("This is an inlined function");
|
||||
localmap->clearUnlocked();
|
||||
funcp.clearUnlockedOutput();
|
||||
Address baddr(baseaddr.getSpace(),0);
|
||||
Address eaddr(baseaddr.getSpace(),~((uintb)0));
|
||||
followFlow(baddr,eaddr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue