Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ppc32/src/mm/pht.c

    r63e27ef r38dc82d  
    3535#include <arch/mm/pht.h>
    3636#include <arch/mm/tlb.h>
    37 #include <assert.h>
    3837#include <interrupt.h>
    3938#include <mm/as.h>
     
    8079                found = page_mapping_find(as, badvaddr, true, pte);
    8180
    82                 assert(found);
    83                 assert(pte->present);
     81                ASSERT(found);
     82                ASSERT(pte->present);
    8483
    8584                return found;
Note: See TracChangeset for help on using the changeset viewer.