mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Fixed reentrant field layout alignment bug
This commit is contained in:
parent
ca1ac7fb4c
commit
6f8dbefdec
1 changed files with 1 additions and 1 deletions
|
@ -5639,7 +5639,7 @@ void BfModule::DoPopulateType(BfType* resolvedTypeRef, BfPopulateType populateTy
|
||||||
}
|
}
|
||||||
dataFieldVec.clear();
|
dataFieldVec.clear();
|
||||||
|
|
||||||
int curSize = typeInstance->mInstSize;
|
int curSize = dataPos;
|
||||||
while (dataFieldVec.size() != dataFieldCount)
|
while (dataFieldVec.size() != dataFieldCount)
|
||||||
{
|
{
|
||||||
// Clear out completed buckets
|
// Clear out completed buckets
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue