mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 15:31:26 +12:00
Add cpu_flag::jit_return
This commit is contained in:
parent
849411693a
commit
3794f65bb6
5 changed files with 28 additions and 7 deletions
|
@ -131,7 +131,7 @@ bool cpu_thread::check_state()
|
|||
state -= cpu_flag::memory;
|
||||
}
|
||||
|
||||
if (state & cpu_flag::exit + cpu_flag::dbg_global_stop)
|
||||
if (state & cpu_flag::exit + cpu_flag::jit_return + cpu_flag::dbg_global_stop)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue