JIT: remove accidentally left-in debug code

This commit is contained in:
Fiora 2014-11-05 17:44:13 -08:00
parent be386e974b
commit b8d88a41e0
1 changed files with 0 additions and 1 deletions

View File

@ -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");