diff options
Diffstat (limited to 'arch/mn10300/include/asm/bug.h')
-rw-r--r-- | arch/mn10300/include/asm/bug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mn10300/include/asm/bug.h b/arch/mn10300/include/asm/bug.h index aa6a38886391..811414fb002d 100644 --- a/arch/mn10300/include/asm/bug.h +++ b/arch/mn10300/include/asm/bug.h | |||
@@ -21,7 +21,7 @@ do { \ | |||
21 | asm volatile( \ | 21 | asm volatile( \ |
22 | " syscall 15 \n" \ | 22 | " syscall 15 \n" \ |
23 | "0: \n" \ | 23 | "0: \n" \ |
24 | " .section __bug_table,\"a\" \n" \ | 24 | " .section __bug_table,\"aw\" \n" \ |
25 | " .long 0b,%0,%1 \n" \ | 25 | " .long 0b,%0,%1 \n" \ |
26 | " .previous \n" \ | 26 | " .previous \n" \ |
27 | : \ | 27 | : \ |