mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +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
|
@ -111,6 +111,7 @@ void BfdArchitecture::resolveArchitecture(void)
|
|||
void BfdArchitecture::postSpecFile(void)
|
||||
|
||||
{ // Attach default space to loader
|
||||
Architecture::postSpecFile();
|
||||
((LoadImageBfd *)loader)->attachToSpace(getDefaultSpace());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue