mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
Detect if setSymbolProperties has been previously applied
This commit is contained in:
parent
885402bbc3
commit
a3988a7db2
3 changed files with 13 additions and 8 deletions
|
@ -1128,8 +1128,8 @@ bool Funcdata::attemptDynamicMapping(SymbolEntry *entry,DynamicHash &dhash)
|
|||
}
|
||||
}
|
||||
else if (entry->getSize() == vn->getSize()) {
|
||||
vn->setSymbolProperties(entry);
|
||||
return true;
|
||||
if (vn->setSymbolProperties(entry))
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue