mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 03:38:38 +12:00
Remove throw cpu_flag
This commit is contained in:
parent
aea094730b
commit
d0b37777c3
3 changed files with 1 additions and 19 deletions
|
@ -149,10 +149,4 @@ void sys_interrupt_thread_eoi(ppu_thread& ppu)
|
|||
sys_interrupt.trace("sys_interrupt_thread_eoi()");
|
||||
|
||||
ppu.state += cpu_flag::ret;
|
||||
|
||||
// Throw if this syscall was not called directly by the SC instruction (hack)
|
||||
if (ppu.lr == 0 || ppu.gpr[11] != 88)
|
||||
{
|
||||
throw cpu_flag::ret;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue