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:
parent
682798fe7e
commit
868700b0dd
5 changed files with 15 additions and 35 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue