diff options
-rw-r--r-- | include/asm-x86_64/bug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86_64/bug.h b/include/asm-x86_64/bug.h index d2032f5..19aed6e 100644 --- a/include/asm-x86_64/bug.h +++ b/include/asm-x86_64/bug.h @@ -18,7 +18,7 @@ struct bug_frame { #define HAVE_ARCH_BUG #define BUG() \ asm volatile("ud2 ; .quad %c1 ; .short %c0" :: \ - "i"(__LINE__), "i" (__stringify(KBUILD_BASENAME))) + "i"(__LINE__), "i" (__stringify(__FILE__))) void out_of_line_bug(void); #include <asm-generic/bug.h> |