Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/udebug/udebug_ipc.c

    rb5f716b r63e27ef  
    3838 * functions from the udebug_ops module which implement them.
    3939 */
    40  
     40
     41#include <assert.h>
    4142#include <proc/task.h>
    4243#include <proc/thread.h>
     
    355356        }
    356357
    357         ASSERT(buffer != NULL);
     358        assert(buffer != NULL);
    358359
    359360        /*
     
    401402        }
    402403
    403         ASSERT(buffer != NULL);
     404        assert(buffer != NULL);
    404405
    405406        IPC_SET_RETVAL(call->data, 0);
Note: See TracChangeset for help on using the changeset viewer.