diff options
| author | hrydgard <hrydgard@gmail.com> | 2010-01-12 21:38:39 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2010-01-12 21:38:39 +0000 |
| commit | af08186daa2265763424dc79a77f6690f910dd5a (patch) | |
| tree | c17550efa80a544b8132430eae3affb386ed8e7e /Source/Core/DSPCore/Src/DspIntArithmetic.cpp | |
| parent | 532ab905c452bd848e9c82c57dbd68f51b22c02e (diff) | |
DSP comments & minor reorganization (moved all DSP state into the g_dsp struct). No functionality change.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4813 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DSPCore/Src/DspIntArithmetic.cpp')
| -rw-r--r-- | Source/Core/DSPCore/Src/DspIntArithmetic.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/DSPCore/Src/DspIntArithmetic.cpp b/Source/Core/DSPCore/Src/DspIntArithmetic.cpp index d83356fab8..680ae08cc3 100644 --- a/Source/Core/DSPCore/Src/DspIntArithmetic.cpp +++ b/Source/Core/DSPCore/Src/DspIntArithmetic.cpp @@ -296,7 +296,6 @@ void cmpi(const UDSPInstruction& opc) s64 imm = (s64)(s16)dsp_fetch_code() << 16; s64 val = dsp_get_long_acc(reg); Update_SR_Register64(val - imm); - } // XORI $acD.m, #I |
