Skip to content

Commit

Permalink
- forgot to turn off debug switch in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Gutawer committed Aug 17, 2018
1 parent 08c0ac5 commit 758ee5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripting/vm/jit.cpp
Expand Up @@ -270,7 +270,7 @@ void emitComparisonOpcode(asmjit::X86Compiler& cc, const TArray<asmjit::Label>&

JitFuncPtr JitCompile(VMScriptFunction *sfunc)
{
#if 1 // For debugging
#if 0 // For debugging
if (strcmp(sfunc->Name.GetChars(), "EmptyFunction") != 0)
return nullptr;
#else
Expand Down

0 comments on commit 758ee5c

Please sign in to comment.