mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-15 23:04:09 +02:00
Fixed issues with global var addresses in const arrays
This commit is contained in:
parent
2d045efa9e
commit
5321d829a2
13 changed files with 376 additions and 36 deletions
|
@ -5911,7 +5911,7 @@ void BfCompiler::CompileReified()
|
|||
|
||||
auto typeOptions = scratchModule->GetTypeOptions(typeDef);
|
||||
if (typeOptions != NULL)
|
||||
typeOptions->Apply(isAlwaysInclude, BfOptionFlags_ReflectAlwaysIncludeType);
|
||||
isAlwaysInclude = typeOptions->Apply(isAlwaysInclude, BfOptionFlags_ReflectAlwaysIncludeType);
|
||||
|
||||
if (typeDef->mProject->IsTestProject())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue