summaryrefslogtreecommitdiff
path: root/Source/Core/DSPCore/Src/DspIntArithmetic.cpp
diff options
context:
space:
mode:
authorhrydgard <hrydgard@gmail.com>2009-06-21 13:11:47 +0000
committerhrydgard <hrydgard@gmail.com>2009-06-21 13:11:47 +0000
commitf6ebaae792ecaeb89b1eba73853c6ffd60bed3f2 (patch)
tree8848e070baf2e4b67fef89af3563f74410eae7bf /Source/Core/DSPCore/Src/DspIntArithmetic.cpp
parent619ca8415aafbb9a4d8615eac09f86e46e03dbec (diff)
dsp: disable the newfangled ext stuff until it can be verified and used. fix typo.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3527 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 3be4cbba17..65b8bf3ac9 100644
--- a/Source/Core/DSPCore/Src/DspIntArithmetic.cpp
+++ b/Source/Core/DSPCore/Src/DspIntArithmetic.cpp
@@ -675,7 +675,7 @@ void lsrn(const UDSPInstruction& opc)
// (NEW)
// ASRN (fixed parameters)
-// 0000 0010 1100 1010
+// 0000 0010 1100 1011
// Arithmetically shifts right accumulator $ACC0 by signed 16-bit value $AC1.M
// (if value negative, becomes left shift).
void asrn(const UDSPInstruction& opc)