From 5fe3591bd729681b27c4667b815f91215340aed9 Mon Sep 17 00:00:00 2001 From: Brian Fiete Date: Mon, 20 Dec 2021 12:11:44 -0500 Subject: [PATCH] Remove debug code --- IDEHelper/Compiler/CeMachine.cpp | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/IDEHelper/Compiler/CeMachine.cpp b/IDEHelper/Compiler/CeMachine.cpp index 793e2a8d..8ef30454 100644 --- a/IDEHelper/Compiler/CeMachine.cpp +++ b/IDEHelper/Compiler/CeMachine.cpp @@ -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) {