mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
Interpreter: remove debug printf in psq_l
This commit is contained in:
@ -140,7 +140,6 @@ void Interpreter::psq_l(UGeckoInstruction _inst)
|
|||||||
const unsigned int ldScale = gqr.ld_scale;
|
const unsigned int ldScale = gqr.ld_scale;
|
||||||
const u32 EA = _inst.RA ?
|
const u32 EA = _inst.RA ?
|
||||||
(m_GPR[_inst.RA] + _inst.SIMM_12) : (u32)_inst.SIMM_12;
|
(m_GPR[_inst.RA] + _inst.SIMM_12) : (u32)_inst.SIMM_12;
|
||||||
printf("psq_l at offset %d\n", _inst.SIMM_12);
|
|
||||||
|
|
||||||
int c = 4;
|
int c = 4;
|
||||||
if (ldType == QUANTIZE_U8 || ldType == QUANTIZE_S8)
|
if (ldType == QUANTIZE_U8 || ldType == QUANTIZE_S8)
|
||||||
|
Reference in New Issue
Block a user