mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Possible armv7 lowering fix
This commit is contained in:
parent
b2747ddeb0
commit
419d06a305
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue