summaryrefslogtreecommitdiff
path: root/ecos/packages/compat/linux/current/include/asm/bug.h
blob: 060eb27830d7b030cdb9a4c6986b8beac2202989 (plain)
1
2
3
4
5
6
#ifndef __ASM_BUG_H__
#define __ASM_BUG_H__

#define BUG() do { diag_printf("BUG() at %s %d\n", __FILE__, __LINE__); *(int *)0=0; } while (0)

#endif /* __ASM_BUG_H__ */