mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
Allow constant pointer inference into multiple address spaces
This commit is contained in:
parent
b5e2efff77
commit
2e80935edb
12 changed files with 181 additions and 30 deletions
|
@ -273,6 +273,7 @@ void ArchitectureGhidra::buildSpecFile(DocumentStorage &store)
|
|||
void ArchitectureGhidra::postSpecFile(void)
|
||||
|
||||
{
|
||||
Architecture::postSpecFile();
|
||||
ScopeGhidra *scopeGhidra = (ScopeGhidra *)symboltab->getGlobalScope();
|
||||
scopeGhidra->lockDefaultProperties();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue