From 8a857f1257f2750383980813bdd664fb458af76f Mon Sep 17 00:00:00 2001 From: Jaklyy <102590697+Jaklyy@users.noreply.github.com> Date: Sun, 3 Nov 2024 09:55:14 -0500 Subject: [PATCH] why so many spaces --- src/ARMInterpreter_LoadStore.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ARMInterpreter_LoadStore.cpp b/src/ARMInterpreter_LoadStore.cpp index 7b34d5af..bd6a4e8d 100644 --- a/src/ARMInterpreter_LoadStore.cpp +++ b/src/ARMInterpreter_LoadStore.cpp @@ -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;