mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Remove debug code
This commit is contained in:
parent
f53877dc63
commit
5fe3591bd7
1 changed files with 0 additions and 17 deletions
|
@ -5385,23 +5385,6 @@ bool CeContext::Execute(CeFunction* startFunction, uint8* startStackPtr, uint8*
|
|||
}
|
||||
|
||||
++instIdx;
|
||||
|
||||
if (ceFunction->mMethodInstance->mMethodDef->mName == "ReadAll")
|
||||
{
|
||||
NOP;
|
||||
}
|
||||
|
||||
if (instIdx >= /*0xBC0*/0xBA0)
|
||||
{
|
||||
NOP;
|
||||
}
|
||||
|
||||
// if (instIdx == 0x444)
|
||||
// {
|
||||
// _CrtCheckMemory();
|
||||
// NOP;
|
||||
// }
|
||||
|
||||
CeOp op = CE_GETINST(CeOp);
|
||||
switch (op)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue