mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
JIT: remove accidentally left-in debug code
This commit is contained in:
parent
be386e974b
commit
b8d88a41e0
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user