Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia64/src/interrupt.c

    r63e27ef r416ef49  
    3535
    3636#include <arch/interrupt.h>
    37 #include <assert.h>
    3837#include <interrupt.h>
    3938#include <ddi/irq.h>
    4039#include <panic.h>
    4140#include <print.h>
     41#include <debug.h>
    4242#include <console/console.h>
    4343#include <typedefs.h>
     
    123123static const char *vector_to_string(unsigned int n)
    124124{
    125         assert(n <= VECTOR_MAX);
     125        ASSERT(n <= VECTOR_MAX);
    126126       
    127127        if (n >= VECTORS_16_BUNDLE_START)
Note: See TracChangeset for help on using the changeset viewer.