Go to the documentation of this file. 1 #ifndef __ASM_CRISv32_ARCH_BUG_H
2 #define __ASM_CRISv32_ARCH_BUG_H
7 #ifdef CONFIG_DEBUG_BUGVERBOSE
13 __asm__ __volatile__ ("0: break 14\n\t" \
14 ".section .fixup,\"ax\"\n" \
16 "move.d %0, $r10\n\t" \
17 "move.d %1, $r11\n\t" \
21 ".section __ex_table,\"a\"\n\t" \
24 : : "ri" (__FILE__), "i" (__LINE__))
26 #define BUG() __asm__ __volatile__ ("break 14\n\t")