mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Alloc allign attributes, lambda captures
This commit is contained in:
parent
79ccb33586
commit
12e5b525ad
23 changed files with 540 additions and 219 deletions
|
@ -811,6 +811,7 @@ public:
|
|||
|
||||
BeType* mType;
|
||||
BeValue* mArraySize;
|
||||
int mAlign;
|
||||
bool mNoChkStk;
|
||||
bool mForceMem;
|
||||
|
||||
|
@ -823,6 +824,7 @@ public:
|
|||
mType->HashReference(hashCtx);
|
||||
if (mArraySize != NULL)
|
||||
mArraySize->HashReference(hashCtx);
|
||||
hashCtx.Mixin(mAlign);
|
||||
hashCtx.Mixin(mNoChkStk);
|
||||
hashCtx.Mixin(mForceMem);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue