Changeset b183865e in mainline for generic/include/panic.h


Ignore:
Timestamp:
2005-11-09T14:12:34Z (20 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2ccd275
Parents:
e2ec980f
Message:

remove NDEBUG, replace it by ~CONFIG_DEBUG
set CONFIG_DEBUG = y

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/include/panic.h

    re2ec980f rb183865e  
    3030#define __PANIC_H__
    3131
    32 #ifndef NDEBUG
     32#ifdef CONFIG_DEBUG
    3333#       define panic(format, ...) panic_printf("Kernel panic in %s() at %s on line %d: " format, __FUNCTION__, __FILE__, __LINE__, ##__VA_ARGS__);
    3434#else
Note: See TracChangeset for help on using the changeset viewer.