diff options
| author | nakeee <nakeee@gmail.com> | 2010-04-16 10:50:52 +0000 |
|---|---|---|
| committer | nakeee <nakeee@gmail.com> | 2010-04-16 10:50:52 +0000 |
| commit | ebac492716620999d00cd4d4f624e6c9ece43ca1 (patch) | |
| tree | 960d58f557b7c37593f4befa46fced7767c9fdaa /Source/Core/DSPCore/Src/DSPCore.cpp | |
| parent | 4b232e50c5e8f0de95c9c9a1b8025ff42308f422 (diff) | |
DSP Jit some code cleanup
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5376 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DSPCore/Src/DSPCore.cpp')
| -rw-r--r-- | Source/Core/DSPCore/Src/DSPCore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DSPCore/Src/DSPCore.cpp b/Source/Core/DSPCore/Src/DSPCore.cpp index 358a147e60..c293651c89 100644 --- a/Source/Core/DSPCore/Src/DSPCore.cpp +++ b/Source/Core/DSPCore/Src/DSPCore.cpp @@ -193,7 +193,7 @@ void DSPCore_CheckExceptions() if (g_dsp.exceptions == 0) return; - // it's unclear what to do when there are two exceptions are the same time + // it's unclear what to do when there are two exceptions at the same time // but for sure they should not be called together therefore the // g_dsp.exception_in_progress if (g_dsp.exception_in_progress != -1) { |
