mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 06:51:26 +12:00
Disabled call stack tracing when using the PPU LLVM recompiler
This commit is contained in:
parent
80294e1034
commit
5c468d7591
4 changed files with 8 additions and 2 deletions
|
@ -111,6 +111,7 @@ void PPUThread::DoRun()
|
|||
break;
|
||||
|
||||
case 2:
|
||||
SetCallStackTracing(false);
|
||||
if (!m_dec) {
|
||||
m_dec = new ppu_recompiler_llvm::ExecutionEngine(*this);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue