diff --git a/Source/Core/Core/PowerPC/Jit64/Jit_LoadStore.cpp b/Source/Core/Core/PowerPC/Jit64/Jit_LoadStore.cpp index f0f058401b..c8fd0555c1 100644 --- a/Source/Core/Core/PowerPC/Jit64/Jit_LoadStore.cpp +++ b/Source/Core/Core/PowerPC/Jit64/Jit_LoadStore.cpp @@ -336,7 +336,6 @@ void Jit64::stX(UGeckoInstruction inst) int a = inst.RA; s32 offset = (s32)(s16)inst.SIMM_16; bool update = (inst.OPCD & 1) && offset; - FALLBACK_IF(update); if (!a && update) PanicAlert("Invalid stX");