mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Allow '[Align(X)]' on fields. Support '[Packed(X)]'
This commit is contained in:
parent
90f34b6bee
commit
58eec21fbf
9 changed files with 134 additions and 38 deletions
|
@ -1070,7 +1070,7 @@ void BfContext::RebuildType(BfType* type, bool deleteOnDemandTypes, bool rebuild
|
|||
typeInst->mLookupResults.Clear();
|
||||
typeInst->mIsUnion = false;
|
||||
typeInst->mIsCRepr = false;
|
||||
typeInst->mIsPacked = false;
|
||||
typeInst->mPacking = 0;
|
||||
typeInst->mIsSplattable = false;
|
||||
typeInst->mHasUnderlyingArray = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue