1
0
Fork 0
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:
Brian Fiete 2021-12-20 12:11:44 -05:00
parent f53877dc63
commit 5fe3591bd7

View file

@ -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)
{