Revision a541f297 hw/ne2000.c

b/hw/ne2000.c
146 146
{
147 147
    int isr;
148 148
    isr = s->isr & s->imr;
149
#if defined(DEBUG_NE2000)
150
    printf("NE2000: Set IRQ line %d to %d (%02x %02x)\n",
151
	   s->irq, isr ? 1 : 0, s->isr, s->imr);
152
#endif
149 153
    if (isr)
150 154
        pic_set_irq(s->irq, 1);
151 155
    else

Also available in: Unified diff