mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 20:12:21 +02:00
Fixed union inner type calculation
This commit is contained in:
parent
f3c17a671c
commit
e517a9745a
1 changed files with 0 additions and 2 deletions
|
@ -1725,8 +1725,6 @@ BfType* BfTypeInstance::GetUnionInnerType(bool* wantSplat)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
unionSize = BF_ALIGN(unionSize, mInstAlign);
|
|
||||||
|
|
||||||
BF_ASSERT(unionInnerType != this);
|
BF_ASSERT(unionInnerType != this);
|
||||||
|
|
||||||
// Don't allow a float for the inner type -- to avoid invalid loading invalid FP bit patterns during copies
|
// Don't allow a float for the inner type -- to avoid invalid loading invalid FP bit patterns during copies
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue