summaryrefslogtreecommitdiff
path: root/Source/Core/DSPCore/Src/DspIntBranch.cpp
diff options
context:
space:
mode:
authornakeee <nakeee@gmail.com>2009-07-10 11:19:47 +0000
committernakeee <nakeee@gmail.com>2009-07-10 11:19:47 +0000
commit42fed5c111d983e421a461e5cf8d052abe52a4c4 (patch)
tree0335cebfdebbab902c5b2a4d428e054c6ad3e9eb /Source/Core/DSPCore/Src/DspIntBranch.cpp
parentbd7419d4377d88697abb9070549f3d10249d5d4d (diff)
DSPLLE: exception work, please review/test/-1
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3731 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 c2679a9f3e..3d4becc61d 100644
--- a/Source/Core/DSPCore/Src/DspIntBranch.cpp
+++ b/Source/Core/DSPCore/Src/DspIntBranch.cpp
@@ -126,7 +126,7 @@ void rti(const UDSPInstruction& opc)
g_dsp.r[DSP_REG_SR] = dsp_reg_load_stack(DSP_STACK_D);
g_dsp.pc = dsp_reg_load_stack(DSP_STACK_C);
- g_dsp.exception_in_progress_hack = false;
+ g_dsp.exception_in_progress = -1;
}
// HALT