1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +02:00

Fixed crepr union size

This commit is contained in:
Brian Fiete 2022-02-15 10:27:04 -05:00
parent 682798fe7e
commit 868700b0dd
5 changed files with 15 additions and 35 deletions

View file

@ -2621,8 +2621,8 @@ BfClosureType::~BfClosureType()
}
void BfClosureType::Init(BfProject* bfProject)
{
auto srcTypeDef = mSrcDelegate->mTypeDef;
{
auto srcTypeDef = mSrcDelegate->mTypeDef;
auto system = mSrcDelegate->mModule->mSystem;
mTypeDef = new BfTypeDef();