Ignore:
File:
1 edited

Legend:

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

    r63e27ef rb5f716b  
    3838 * functions from the udebug_ops module which implement them.
    3939 */
    40 
    41 #include <assert.h>
     40 
    4241#include <proc/task.h>
    4342#include <proc/thread.h>
     
    356355        }
    357356
    358         assert(buffer != NULL);
     357        ASSERT(buffer != NULL);
    359358
    360359        /*
     
    402401        }
    403402
    404         assert(buffer != NULL);
     403        ASSERT(buffer != NULL);
    405404
    406405        IPC_SET_RETVAL(call->data, 0);
Note: See TracChangeset for help on using the changeset viewer.