Disabled call stack tracing when using the PPU LLVM recompiler

This commit is contained in:
S Gopal Rajagopal 2014-11-09 11:50:01 +05:30
parent 80294e1034
commit 5c468d7591
4 changed files with 8 additions and 2 deletions

View file

@ -111,6 +111,7 @@ void PPUThread::DoRun()
break;
case 2:
SetCallStackTracing(false);
if (!m_dec) {
m_dec = new ppu_recompiler_llvm::ExecutionEngine(*this);
}