From e8b0757ee73fc97245a2af21657abca29e41138e Mon Sep 17 00:00:00 2001 From: nakeee Date: Wed, 26 Nov 2008 21:27:01 +0000 Subject: [PATCH] Fix compile on windows git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1308 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_DSP_LLE/Src/gdsp_interpreter.cpp | 8 ++++---- Source/Plugins/Plugin_DSP_LLE/Src/gdsp_opcodes.cpp | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Source/Plugins/Plugin_DSP_LLE/Src/gdsp_interpreter.cpp b/Source/Plugins/Plugin_DSP_LLE/Src/gdsp_interpreter.cpp index 02fc2987fd..110409689f 100644 --- a/Source/Plugins/Plugin_DSP_LLE/Src/gdsp_interpreter.cpp +++ b/Source/Plugins/Plugin_DSP_LLE/Src/gdsp_interpreter.cpp @@ -132,9 +132,9 @@ void gdsp_init() void gdsp_reset() { // _assert_msg_(0, "gdsp_reset()"); - _assert_msg_(!g_dsp.exception_in_progress_hack, "assert while exception"); - g_dsp.pc = DSP_RESET_VECTOR; - g_dsp.exception_in_progress_hack = false; + _assert_msg_(MASTER_LOG, !g_dsp.exception_in_progress_hack, "assert while exception"); + g_dsp.pc = DSP_RESET_VECTOR; + g_dsp.exception_in_progress_hack = false; } @@ -294,7 +294,7 @@ void gdsp_step() { if (gdsp_exceptions & (1<