xref: /nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/kernel/asm/bug.h (revision 042d53a763ad75cb1465103098bb88c245d95138)
1 #ifndef __ASM_BUG_H__
2 #define __ASM_BUG_H__
3 
4 #define BUG() do { printf("BUG() at %s %d\n", __FILE__, __LINE__); *(int *)0=0; } while (0)
5 
6 #endif /* __ASM_BUG_H__ */
7