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

@ -111,6 +111,7 @@ void BfdArchitecture::resolveArchitecture(void)
void BfdArchitecture::postSpecFile(void)
{ // Attach default space to loader
Architecture::postSpecFile();
((LoadImageBfd *)loader)->attachToSpace(getDefaultSpace());
}