android_kernel_cmhtcleo/arch/m68k/include/asm/dbg.h
2010-08-27 11:19:57 +02:00

7 lines
144 B
C

#define DEBUG 1
#ifdef CONFIG_COLDFIRE
#define BREAK asm volatile ("halt")
#else
#define BREAK *(volatile unsigned char *)0xdeadbee0 = 0
#endif