diff options
Diffstat (limited to 'include/linux/compiler-gcc.h')
-rw-r--r-- | include/linux/compiler-gcc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/compiler-gcc.h b/include/linux/compiler-gcc.h index 76e28c229805..b6bb9019d87f 100644 --- a/include/linux/compiler-gcc.h +++ b/include/linux/compiler-gcc.h | |||
@@ -201,7 +201,7 @@ | |||
201 | #define annotate_unreachable() ({ \ | 201 | #define annotate_unreachable() ({ \ |
202 | asm("%c0:\t\n" \ | 202 | asm("%c0:\t\n" \ |
203 | ".pushsection __unreachable, \"a\"\t\n" \ | 203 | ".pushsection __unreachable, \"a\"\t\n" \ |
204 | ".long %c0b\t\n" \ | 204 | ".long %c0b - .\t\n" \ |
205 | ".popsection\t\n" : : "i" (__LINE__)); \ | 205 | ".popsection\t\n" : : "i" (__LINE__)); \ |
206 | }) | 206 | }) |
207 | #else | 207 | #else |