mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 00:28:56 +00:00
Merge pull request #1505 from FioraAeterna/fixbadmistake
JIT: remove accidentally left-in debug code
This commit is contained in:
commit
e2c5573bc9
1 changed files with 0 additions and 1 deletions
|
@ -336,7 +336,6 @@ void Jit64::stX(UGeckoInstruction inst)
|
||||||
int a = inst.RA;
|
int a = inst.RA;
|
||||||
s32 offset = (s32)(s16)inst.SIMM_16;
|
s32 offset = (s32)(s16)inst.SIMM_16;
|
||||||
bool update = (inst.OPCD & 1) && offset;
|
bool update = (inst.OPCD & 1) && offset;
|
||||||
FALLBACK_IF(update);
|
|
||||||
|
|
||||||
if (!a && update)
|
if (!a && update)
|
||||||
PanicAlert("Invalid stX");
|
PanicAlert("Invalid stX");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue