From f6ebaae792ecaeb89b1eba73853c6ffd60bed3f2 Mon Sep 17 00:00:00 2001 From: hrydgard Date: Sun, 21 Jun 2009 13:11:47 +0000 Subject: 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 --- Source/Core/DSPCore/Src/DspIntArithmetic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/DSPCore/Src/DspIntArithmetic.cpp') 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) -- cgit v1.2.3