mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
Remove throwing and catching cpu_flag::stop
Since there is spu_runtime::g_escape function now.
This commit is contained in:
parent
e74a311931
commit
ccac9d4777
4 changed files with 7 additions and 29 deletions
|
@ -868,19 +868,7 @@ void ppu_thread::fast_call(u32 addr, u32 rtoc)
|
|||
}
|
||||
});
|
||||
|
||||
try
|
||||
{
|
||||
exec_task();
|
||||
}
|
||||
catch (cpu_flag _s)
|
||||
{
|
||||
state += _s;
|
||||
|
||||
if (_s != cpu_flag::ret)
|
||||
{
|
||||
throw;
|
||||
}
|
||||
}
|
||||
exec_task();
|
||||
}
|
||||
|
||||
u32 ppu_thread::stack_push(u32 size, u32 align_v)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue