Changeset 02a99d2 in mainline for arch/mips/src/interrupt.c


Ignore:
Timestamp:
2005-05-11T19:51:55Z (21 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
69515260
Parents:
45671f48
Message:

NDEBUG debug symbol, ASSERT debug macro, fancier panic() in debug mode
indentation fixes, ASSERTs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips/src/interrupt.c

    r45671f48 r02a99d2  
    7676                            case 0x4:
    7777                            case 0x5:
    78                             case 0x6: panic(PANIC "unhandled interrupt %d\n", i); break;
     78                            case 0x6: panic("unhandled interrupt %d\n", i); break;
    7979                            case 0x7:
    8080                                    /* clear timer interrupt */
Note: See TracChangeset for help on using the changeset viewer.