1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00

Possible armv7 lowering fix

This commit is contained in:
Brian Fiete 2020-08-25 07:49:37 -07:00
parent b2747ddeb0
commit 419d06a305

View file

@ -1764,7 +1764,7 @@ bool BfTypeInstance::GetLoweredType(BfTypeUsage typeUsage, BfTypeCode* outTypeCo
return true;
}
if (mModule->mCompiler->mOptions.mPlatformType != BfPlatformType_Windows)
if ((mModule->mCompiler->mOptions.mPlatformType != BfPlatformType_Windows) && (mModule->mSystem->mPtrSize == 8))
{
if (typeCode != BfTypeCode_None)
{