mips3: remove stray printf

This commit is contained in:
hap 2023-06-03 20:35:26 +02:00
parent 69c3876233
commit e885967643

View File

@ -5314,7 +5314,6 @@ void mips3_device::execute_run()
{ {
if (m_isdrc) if (m_isdrc)
{ {
printf("DRC on\n");
int execute_result; int execute_result;
/* reset the cache if dirty */ /* reset the cache if dirty */
@ -5347,8 +5346,6 @@ void mips3_device::execute_run()
return; return;
} }
printf("DRC off\n");
/* count cycles and interrupt cycles */ /* count cycles and interrupt cycles */
m_core->icount -= m_interrupt_cycles; m_core->icount -= m_interrupt_cycles;
m_interrupt_cycles = 0; m_interrupt_cycles = 0;