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;