From 38781877213bc698df3662e466a1c67c66861700 Mon Sep 17 00:00:00 2001 From: Fiora Date: Sat, 27 Sep 2014 20:44:45 -0700 Subject: [PATCH] Interpreter: remove debug printf in psq_l --- .../Core/PowerPC/Interpreter/Interpreter_LoadStorePaired.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Core/Core/PowerPC/Interpreter/Interpreter_LoadStorePaired.cpp b/Source/Core/Core/PowerPC/Interpreter/Interpreter_LoadStorePaired.cpp index 760f61b429..0fdc729173 100644 --- a/Source/Core/Core/PowerPC/Interpreter/Interpreter_LoadStorePaired.cpp +++ b/Source/Core/Core/PowerPC/Interpreter/Interpreter_LoadStorePaired.cpp @@ -140,7 +140,6 @@ void Interpreter::psq_l(UGeckoInstruction _inst) const unsigned int ldScale = gqr.ld_scale; const u32 EA = _inst.RA ? (m_GPR[_inst.RA] + _inst.SIMM_12) : (u32)_inst.SIMM_12; - printf("psq_l at offset %d\n", _inst.SIMM_12); int c = 4; if (ldType == QUANTIZE_U8 || ldType == QUANTIZE_S8)