Changeset b183865e in mainline for generic/include/panic.h
- Timestamp:
- 2005-11-09T14:12:34Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2ccd275
- Parents:
- e2ec980f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/panic.h
re2ec980f rb183865e 30 30 #define __PANIC_H__ 31 31 32 #if ndef NDEBUG32 #ifdef CONFIG_DEBUG 33 33 # define panic(format, ...) panic_printf("Kernel panic in %s() at %s on line %d: " format, __FUNCTION__, __FILE__, __LINE__, ##__VA_ARGS__); 34 34 #else
Note:
See TracChangeset
for help on using the changeset viewer.