mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 20:12:21 +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();
|
||||
|
||||
int curSize = typeInstance->mInstSize;
|
||||
int curSize = dataPos;
|
||||
while (dataFieldVec.size() != dataFieldCount)
|
||||
{
|
||||
// Clear out completed buckets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue