mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 14:24:10 +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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mModule->mCompiler->mOptions.mPlatformType != BfPlatformType_Windows)
|
if ((mModule->mCompiler->mOptions.mPlatformType != BfPlatformType_Windows) && (mModule->mSystem->mPtrSize == 8))
|
||||||
{
|
{
|
||||||
if (typeCode != BfTypeCode_None)
|
if (typeCode != BfTypeCode_None)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue