mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Fleshing out comptime debugging
This commit is contained in:
parent
ff2e40e3bf
commit
b334423106
28 changed files with 2079 additions and 780 deletions
|
@ -617,8 +617,8 @@ void BfMethodInstance::Dispose(bool isDeleting)
|
|||
if (mInCEMachine)
|
||||
{
|
||||
auto module = GetOwner()->mModule;
|
||||
if (module->mCompiler->mCEMachine != NULL)
|
||||
module->mCompiler->mCEMachine->RemoveMethod(this);
|
||||
if (module->mCompiler->mCeMachine != NULL)
|
||||
module->mCompiler->mCeMachine->RemoveMethod(this);
|
||||
}
|
||||
|
||||
if (mMethodProcessRequest != NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue