summaryrefslogtreecommitdiff
path: root/Source/Core/DSPCore/Src/DspIntArithmetic.cpp
diff options
context:
space:
mode:
authornakeee <nakeee@gmail.com>2009-08-14 10:40:35 +0000
committernakeee <nakeee@gmail.com>2009-08-14 10:40:35 +0000
commitc4dda436c69596644178f3b32e15ebdcc24629e6 (patch)
tree8fcf039f7c3504e024a38a3e582df459b54b8721 /Source/Core/DSPCore/Src/DspIntArithmetic.cpp
parent153ec6836e859b68e0d732fcdb72e1f44d74ed6c (diff)
DSPLLE: fixed 0x20 handling, we still don't know what it is good for
though:( git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3980 8ced0084-cf51-0410-be5f-012b33b47a6e
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 00c89bee35..ad517a28e5 100644
--- a/Source/Core/DSPCore/Src/DspIntArithmetic.cpp
+++ b/Source/Core/DSPCore/Src/DspIntArithmetic.cpp
@@ -461,7 +461,7 @@ void addax(const UDSPInstruction& opc)
// ADDR $acD.M, $axS.L
// 0100 0ssd xxxx xxxx
-// Adds register $axS.L to accumulator $acD register.
+// Adds register $axS.L to accumulator $acD.M register.
void addr(const UDSPInstruction& opc)
{
u8 areg = (opc.hex >> 8) & 0x1;