Ignore:
Timestamp:
2017-06-19T21:47:42Z (8 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
deacc58d
Parents:
7354b5e
Message:

ASSERT → assert

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/ipc/ops/dataread.c

    r7354b5e r63e27ef  
    3333 */
    3434
     35#include <assert.h>
    3536#include <ipc/sysipc_ops.h>
    3637#include <ipc/ipc.h>
     
    5859static int answer_preprocess(call_t *answer, ipc_data_t *olddata)
    5960{
    60         ASSERT(!answer->buffer);
     61        assert(!answer->buffer);
    6162
    6263        if (!IPC_GET_RETVAL(answer->data)) {
Note: See TracChangeset for help on using the changeset viewer.