diff options
Diffstat (limited to 'Source/Core/DSPCore/Src/DSPIntExtOps.cpp')
| -rw-r--r-- | Source/Core/DSPCore/Src/DSPIntExtOps.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Core/DSPCore/Src/DSPIntExtOps.cpp b/Source/Core/DSPCore/Src/DSPIntExtOps.cpp index e04739d628..b8f4c7073c 100644 --- a/Source/Core/DSPCore/Src/DSPIntExtOps.cpp +++ b/Source/Core/DSPCore/Src/DSPIntExtOps.cpp @@ -377,9 +377,9 @@ void dsp_op_ext_ld(const UDSPInstruction& opc) } else { - // Hmm - // if (sreg != 0x3) - dsp_increment_addr_reg(0x03); + // Tested to increase 0x3 only by one + if (sreg != 0x3) + dsp_increment_addr_reg(0x03); } } |
