Interpreter: remove debug printf in psq_l

This commit is contained in:
Fiora 2014-09-27 20:44:45 -07:00
parent 23e2301223
commit 3878187721
1 changed files with 0 additions and 1 deletions

View File

@ -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)