mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
PPU/LLVM: Fix for callback spinning undefinitly
Thanks for Nekoteki for the fix
This commit is contained in:
parent
cdf38d15d2
commit
b7d5d70a92
1 changed files with 2 additions and 0 deletions
|
@ -6033,6 +6033,8 @@ u32 ppu_recompiler_llvm::ExecutionEngine::ExecuteTillReturn(PPUThread * ppu_stat
|
|||
switch (branch_type) {
|
||||
case BranchType::Return:
|
||||
execution_engine->m_tracer.Trace(Tracer::TraceType::Return, 0, 0);
|
||||
if (Emu.GetCPUThreadStop() == ppu_state->PC)
|
||||
ppu_state->FastStop();
|
||||
terminate = true;
|
||||
break;
|
||||
case BranchType::FunctionCall:
|
||||
|
|
Loading…
Add table
Reference in a new issue