why so many spaces
This commit is contained in:
parent
42d0359c49
commit
8a857f1257
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue