Ignore:
File:
1 edited

Legend:

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

    r63e27ef rb2fa1204  
    3838#include <panic.h>
    3939#include <arch/cp0.h>
     40#include <typedefs.h>
    4041#include <arch.h>
    41 #include <assert.h>
     42#include <debug.h>
    4243#include <proc/thread.h>
    4344#include <print.h>
     
    120121{
    121122        if (*((uint32_t *) istate->epc) == 0x7c03e83b) {
    122                 assert(THREAD);
     123                ASSERT(THREAD);
    123124                istate->epc += 4;
    124125                istate->v1 = istate->kt1;
Note: See TracChangeset for help on using the changeset viewer.