mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Another armv7 lowering iteration
This commit is contained in:
parent
7ac879c448
commit
7e947265da
1 changed files with 1 additions and 1 deletions
|
@ -1758,7 +1758,7 @@ bool BfTypeInstance::GetLoweredType(BfTypeUsage typeUsage, BfTypeCode* outTypeCo
|
||||||
pow2TypeCode = BfTypeCode_Int64;
|
pow2TypeCode = BfTypeCode_Int64;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (typeUsage == BfTypeUsage_Return_Static)
|
if ((typeUsage == BfTypeUsage_Return_Static) && (mModule->mCompiler->mOptions.mPlatformType == BfPlatformType_Windows))
|
||||||
{
|
{
|
||||||
pow2TypeCode = BfTypeCode_Int64;
|
pow2TypeCode = BfTypeCode_Int64;
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue