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


Ignore:
Timestamp:
2005-05-11T19:51:55Z (20 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/exception.c

    r45671f48 r02a99d2  
    5252                case EXC_TLBL:
    5353                case EXC_TLBS: tlb_invalid(); break;
    54                 default: panic(PANIC "unhandled exception %d\n", excno); break;
     54                default: panic("unhandled exception %d\n", excno); break;
    5555        }
    5656       
Note: See TracChangeset for help on using the changeset viewer.