mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Fixed inlining issues
This commit is contained in:
parent
6c049988b3
commit
ba9ce75a0b
6 changed files with 66 additions and 26 deletions
|
@ -552,7 +552,7 @@ BfMethodInstance::~BfMethodInstance()
|
|||
}
|
||||
|
||||
if (mHasMethodRefType)
|
||||
{
|
||||
{
|
||||
auto module = GetOwner()->mModule;
|
||||
if (!module->mContext->mDeleting)
|
||||
{
|
||||
|
@ -593,6 +593,7 @@ void BfMethodInstance::CopyFrom(BfMethodInstance* methodInstance)
|
|||
*mMethodInfoEx->mClosureInstanceInfo = *methodInstance->mMethodInfoEx->mClosureInstanceInfo;
|
||||
}
|
||||
}
|
||||
mHasMethodRefType = false;
|
||||
mHasBeenProcessed = false;
|
||||
mIRFunction = BfIRValue();
|
||||
mMethodProcessRequest = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue