mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
Decompiler support for default data space
This commit is contained in:
parent
660062691a
commit
46e8a54948
21 changed files with 97 additions and 65 deletions
|
@ -112,7 +112,7 @@ void BfdArchitecture::postSpecFile(void)
|
|||
|
||||
{ // Attach default space to loader
|
||||
Architecture::postSpecFile();
|
||||
((LoadImageBfd *)loader)->attachToSpace(getDefaultSpace());
|
||||
((LoadImageBfd *)loader)->attachToSpace(getDefaultCodeSpace());
|
||||
}
|
||||
|
||||
/// This just wraps the base class constructor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue