6 #ifdef CONFIG_DEBUG_BUGVERBOSE
9 # define __BUG_C0 "2:\t.long 1b, %c0\n"
11 # define __BUG_C0 "2:\t.long 1b - 2b, %c0 - 2b\n"
16 asm volatile("1:\tud2\n" \
17 ".pushsection __bug_table,\"a\"\n" \
22 : : "i" (__FILE__), "i" (__LINE__), \
23 "i" (sizeof(struct bug_entry))); \
30 asm volatile("ud2"); \
35 #include <asm-generic/bug.h>
37 #endif /* _ASM_X86_BUG_H */