mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 23:32:02 +00:00
- forgot to turn off debug switch in last commit
This commit is contained in:
parent
08c0ac541f
commit
758ee5cbfb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue