summaryrefslogtreecommitdiff
path: root/Source/Core/DSPCore/Src/DspIntBranch.cpp
diff options
context:
space:
mode:
authorhrydgard <hrydgard@gmail.com>2009-07-11 10:18:25 +0000
committerhrydgard <hrydgard@gmail.com>2009-07-11 10:18:25 +0000
commitccebd7512e920138105c5378740cb31f9e31cc0b (patch)
tree788349c98f946b0836a483a71c11ac3ca8d2f821 /Source/Core/DSPCore/Src/DspIntBranch.cpp
parentaa10f4d2e0be60459637e53e5cba6a56d1847775 (diff)
Fix a DSP disasm problem, misc minor stuff .. not much to see here
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3745 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DSPCore/Src/DspIntBranch.cpp')
-rw-r--r--Source/Core/DSPCore/Src/DspIntBranch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DSPCore/Src/DspIntBranch.cpp b/Source/Core/DSPCore/Src/DspIntBranch.cpp
index 3d4becc61d..d5d1eace25 100644
--- a/Source/Core/DSPCore/Src/DspIntBranch.cpp
+++ b/Source/Core/DSPCore/Src/DspIntBranch.cpp
@@ -154,7 +154,7 @@ void HandleLoop()
if (rLoopAddress > 0 && rLoopCounter > 0)
{
- // FIXME: why -1?
+ // FIXME: why -1? because we just read past it.
if (g_dsp.pc - 1 == rLoopAddress)
{
rLoopCounter--;