why so many spaces

This commit is contained in:
Jaklyy 2024-11-03 09:55:14 -05:00
parent 42d0359c49
commit 8a857f1257
1 changed files with 0 additions and 3 deletions

View File

@ -1028,8 +1028,6 @@ void T_POP(ARM* cpu)
}
else
{
if (__builtin_popcount(cpu->CurInstr & 0x1FF) == 1) [[unlikely]] // single reg
{
if (cpu->Num == 0 && cpu->DataRegion == Mem9_ITCM) cpu->NDS.ARM9Timestamp += 1;
@ -1093,7 +1091,6 @@ void T_STMIA(ARM* cpu)
}
}
if (__builtin_popcount(cpu->CurInstr & 0xFF) == 1) [[unlikely]] // single reg
{
if (cpu->Num == 0 && cpu->DataRegion == Mem9_ITCM) cpu->NDS.ARM9Timestamp += 1;