aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-m68knommu/dbg.h
blob: 27af3270f67191f5e9fd39075d2f80037919f59b (plain) (blame)
1
2
3
4
5
6
#define DEBUG 1
#ifdef CONFIG_COLDFIRE
#define	BREAK asm volatile ("halt")
#else
#define BREAK *(volatile unsigned char *)0xdeadbee0 = 0
#endif