summaryrefslogtreecommitdiff
path: root/Source/Core/DSPCore/Src/DSPInterpreter.cpp
diff options
context:
space:
mode:
authorShawn Hoffman <godisgovernment@gmail.com>2009-07-24 02:15:04 +0000
committerShawn Hoffman <godisgovernment@gmail.com>2009-07-24 02:15:04 +0000
commit873190d14891af632a93caa206cd528ccbf3ebdc (patch)
tree6ecd6c3f73bdadf9b098e3b783c884535d2dcfa0 /Source/Core/DSPCore/Src/DSPInterpreter.cpp
parent2ab09ecf570512d563d46d6f6de0bbadac0ba8eb (diff)
fix a few issues with actually using the dsp lle debugger: stepping/reg updates/etc should behave better
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3879 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DSPCore/Src/DSPInterpreter.cpp')
-rw-r--r--Source/Core/DSPCore/Src/DSPInterpreter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DSPCore/Src/DSPInterpreter.cpp b/Source/Core/DSPCore/Src/DSPInterpreter.cpp
index ffb96f50e0..8840cd34cf 100644
--- a/Source/Core/DSPCore/Src/DSPInterpreter.cpp
+++ b/Source/Core/DSPCore/Src/DSPInterpreter.cpp
@@ -75,9 +75,9 @@ void Step()
{
DSPCore_CheckExceptions();
-#if PROFILE
g_dsp.step_counter++;
+#if PROFILE
g_dsp.err_pc = g_dsp.pc;
ProfilerAddDelta(g_dsp.err_pc, 1);