Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/mips32/src/exception.c

    rb2fa1204 r63e27ef  
    3838#include <panic.h>
    3939#include <arch/cp0.h>
    40 #include <typedefs.h>
    4140#include <arch.h>
    42 #include <debug.h>
     41#include <assert.h>
    4342#include <proc/thread.h>
    4443#include <print.h>
     
    121120{
    122121        if (*((uint32_t *) istate->epc) == 0x7c03e83b) {
    123                 ASSERT(THREAD);
     122                assert(THREAD);
    124123                istate->epc += 4;
    125124                istate->v1 = istate->kt1;
Note: See TracChangeset for help on using the changeset viewer.