mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-19 21:35:12 +00:00
bs_t<>: fix/cleanup some operators
This commit is contained in:
parent
896db3806d
commit
9d4fcbf946
4 changed files with 56 additions and 91 deletions
|
|
@ -100,7 +100,7 @@ error_code _sys_interrupt_thread_establish(ppu_thread& ppu, vm::ptr<u32> ih, u32
|
|||
}
|
||||
|
||||
// If interrupt thread is running, it's already established on another interrupt tag
|
||||
if (!(it->state & cpu_flag::stop))
|
||||
if (cpu_flag::stop - it->state)
|
||||
{
|
||||
error = CELL_EAGAIN;
|
||||
return result;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue