diff options
Diffstat (limited to 'arch/arm/include/asm/bug.h')
-rw-r--r-- | arch/arm/include/asm/bug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/bug.h b/arch/arm/include/asm/bug.h index 4e6e88a6b2f4..2244a94ed9c9 100644 --- a/arch/arm/include/asm/bug.h +++ b/arch/arm/include/asm/bug.h | |||
@@ -37,7 +37,7 @@ do { \ | |||
37 | ".pushsection .rodata.str, \"aMS\", %progbits, 1\n" \ | 37 | ".pushsection .rodata.str, \"aMS\", %progbits, 1\n" \ |
38 | "2:\t.asciz " #__file "\n" \ | 38 | "2:\t.asciz " #__file "\n" \ |
39 | ".popsection\n" \ | 39 | ".popsection\n" \ |
40 | ".pushsection __bug_table,\"a\"\n" \ | 40 | ".pushsection __bug_table,\"aw\"\n" \ |
41 | ".align 2\n" \ | 41 | ".align 2\n" \ |
42 | "3:\t.word 1b, 2b\n" \ | 42 | "3:\t.word 1b, 2b\n" \ |
43 | "\t.hword " #__line ", 0\n" \ | 43 | "\t.hword " #__line ", 0\n" \ |