summaryrefslogtreecommitdiff
path: root/Source/Core/DSPCore/Src/DspIntArithmetic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/DSPCore/Src/DspIntArithmetic.cpp')
-rw-r--r--Source/Core/DSPCore/Src/DspIntArithmetic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DSPCore/Src/DspIntArithmetic.cpp b/Source/Core/DSPCore/Src/DspIntArithmetic.cpp
index 0e51e45a2e..3c02cf8176 100644
--- a/Source/Core/DSPCore/Src/DspIntArithmetic.cpp
+++ b/Source/Core/DSPCore/Src/DspIntArithmetic.cpp
@@ -642,7 +642,7 @@ void lsr16(const UDSPInstruction& opc)
u8 areg = (opc.hex >> 8) & 0x1;
u64 acc = dsp_get_long_acc(areg);
-
+ acc &= 0x000000FFFFFFFFFFULL;
acc >>= 16;
zeroWriteBackLog();