From b2c113e5b1fd7ab1f92fa1b3fb3e87863e2b8f98 Mon Sep 17 00:00:00 2001 From: Oil Date: Mon, 1 Dec 2014 23:27:22 +0400 Subject: [PATCH] Oops, disable my debug logs. --- rpcs3/Emu/ARMv7/ARMv7Decoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/ARMv7/ARMv7Decoder.h b/rpcs3/Emu/ARMv7/ARMv7Decoder.h index e25e9c8e25..2a7de502f6 100644 --- a/rpcs3/Emu/ARMv7/ARMv7Decoder.h +++ b/rpcs3/Emu/ARMv7/ARMv7Decoder.h @@ -41,7 +41,7 @@ public: */ execute_main_group(&m_thr); - LOG_NOTICE(GENERAL, "%s, %d \n\n", m_thr.m_last_instr_name, m_thr.m_last_instr_size); + // LOG_NOTICE(GENERAL, "%s, %d \n\n", m_thr.m_last_instr_name, m_thr.m_last_instr_size); m_thr.m_last_instr_name = "Unknown"; return m_thr.m_last_instr_size; }