remove verbose console spam

This commit is contained in:
zeromus 2010-09-27 23:50:24 +00:00
parent 053635ef55
commit 8731de6e8c
1 changed files with 1 additions and 1 deletions

View File

@ -2067,7 +2067,7 @@ template<int PROCNUM> static void execHardware_interrupts_core()
if(masked && MMU.reg_IME[PROCNUM] && !ARMPROC.CPSR.bits.I)
{
printf("Executing IRQ on procnum %d with IF = %08X and IE = %08X\n",PROCNUM,IF,IE);
//printf("Executing IRQ on procnum %d with IF = %08X and IE = %08X\n",PROCNUM,IF,IE);
armcpu_irqException(&ARMPROC);
}
}