Changeset 02a99d2 in mainline for arch/mips/src/mm/tlb.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/mm/tlb.c

    r45671f48 r02a99d2  
    4242        }
    4343       
    44         panic(PANIC "tlb_refill exception\n");
     44        panic("tlb_refill exception\n");
    4545}
    4646
    4747void tlb_invalid(void)
    4848{
    49         panic(PANIC "%X: TLB exception at %X", cp0_badvaddr_read(), THREAD ? THREAD->saved_epc : 0);
     49        panic("%X: TLB exception at %X", cp0_badvaddr_read(), THREAD ? THREAD->saved_epc : 0);
    5050}
    5151
Note: See TracChangeset for help on using the changeset viewer.