Spaces to tabs

This commit is contained in:
scribam 2017-12-01 21:11:06 +01:00 committed by Ivan
parent b4a97c99d8
commit 50f2be57f7
8 changed files with 53 additions and 52 deletions

View file

@ -88,7 +88,7 @@ void spu_recompiler_base::enter(SPUThread& spu)
if (spu.interrupts_enabled && (spu.ch_event_mask & spu.ch_event_stat & SPU_EVENT_INTR_IMPLEMENTED) > 0)
{
spu.interrupts_enabled = false;
spu.interrupts_enabled = false;
spu.srr0 = std::exchange(spu.pc, 0);
}
}