Allow constant pointer inference into multiple address spaces

This commit is contained in:
caheckman 2019-12-19 17:32:07 -05:00
parent b5e2efff77
commit 2e80935edb
12 changed files with 181 additions and 30 deletions

View file

@ -273,6 +273,7 @@ void ArchitectureGhidra::buildSpecFile(DocumentStorage &store)
void ArchitectureGhidra::postSpecFile(void)
{
Architecture::postSpecFile();
ScopeGhidra *scopeGhidra = (ScopeGhidra *)symboltab->getGlobalScope();
scopeGhidra->lockDefaultProperties();
}