- forgot to turn off debug switch in last commit

This commit is contained in:
Jonathan Russell 2018-08-17 19:15:27 +01:00
parent 08c0ac541f
commit 758ee5cbfb
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ void emitComparisonOpcode(asmjit::X86Compiler& cc, const TArray<asmjit::Label>&
JitFuncPtr JitCompile(VMScriptFunction *sfunc) JitFuncPtr JitCompile(VMScriptFunction *sfunc)
{ {
#if 1 // For debugging #if 0 // For debugging
if (strcmp(sfunc->Name.GetChars(), "EmptyFunction") != 0) if (strcmp(sfunc->Name.GetChars(), "EmptyFunction") != 0)
return nullptr; return nullptr;
#else #else