From b8d88a41e0e0ca8aa4a6e1211edcfecb6675299d Mon Sep 17 00:00:00 2001 From: Fiora Date: Wed, 5 Nov 2014 17:44:13 -0800 Subject: [PATCH] JIT: remove accidentally left-in debug code --- Source/Core/Core/PowerPC/Jit64/Jit_LoadStore.cpp | 1 - 1 file changed, 1 deletion(-) 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");