Ignore:
Timestamp:
Mar 24, 2008, 10:44:49 PM (17 years ago)
Author:
Paul Smedley
Message:

Fix more compiler warnings (Again)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud-2.0/lib32/irq.c

    r314 r316  
    198198            {
    199199                fInInterrupt = TRUE;
     200#if 0
    200201                rc = pSlot->irqHandlers[u].handler(pSlot->irqNo,
    201202                                                   pSlot->irqHandlers[u].x2, 0);
     203#else
     204                rc = pSlot->irqHandlers[u].handler(pSlot->irqNo,
     205                                                   pSlot->irqHandlers[u].x2);
     206#endif
    202207                if (rc == 1) eoi_irq(pSlot->irqNo);
    203208                rc = (eoiIrq[pSlot->irqNo] > 0);
Note: See TracChangeset for help on using the changeset viewer.