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<