mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
Spaces to tabs
This commit is contained in:
parent
b4a97c99d8
commit
50f2be57f7
8 changed files with 53 additions and 52 deletions
|
@ -292,7 +292,8 @@ void spu_recompiler::CheckInterruptStatus(spu_opcode_t op)
|
||||||
{
|
{
|
||||||
if (op.d)
|
if (op.d)
|
||||||
c->lock().btr(SPU_OFF_8(interrupts_enabled), 0);
|
c->lock().btr(SPU_OFF_8(interrupts_enabled), 0);
|
||||||
else if (op.e) {
|
else if (op.e)
|
||||||
|
{
|
||||||
c->lock().bts(SPU_OFF_8(interrupts_enabled), 0);
|
c->lock().bts(SPU_OFF_8(interrupts_enabled), 0);
|
||||||
c->mov(*qw0, SPU_OFF_32(ch_event_stat));
|
c->mov(*qw0, SPU_OFF_32(ch_event_stat));
|
||||||
c->and_(*qw0, SPU_OFF_32(ch_event_mask));
|
c->and_(*qw0, SPU_OFF_32(ch_event_mask));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue