From 00038217382c2666d598f1b0582698a4bb186a4f Mon Sep 17 00:00:00 2001 From: Jaklyy <102590697+Jaklyy@users.noreply.github.com> Date: Wed, 28 Aug 2024 22:04:22 -0400 Subject: [PATCH] apparently i never tested this --- src/ARMInterpreter_LoadStore.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ARMInterpreter_LoadStore.cpp b/src/ARMInterpreter_LoadStore.cpp index a8f8cb1b..659deaef 100644 --- a/src/ARMInterpreter_LoadStore.cpp +++ b/src/ARMInterpreter_LoadStore.cpp @@ -405,12 +405,12 @@ inline void SWP(ARM* cpu) void A_SWP(ARM* cpu) { - void SWP(ARM* cpu); + SWP(cpu); } void A_SWPB(ARM* cpu) { - void SWP(ARM* cpu); + SWP(cpu); }