diff options
Diffstat (limited to 'lib/ubsan.c')
-rw-r--r-- | lib/ubsan.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/ubsan.c b/lib/ubsan.c index 59fee96c29a0..e4162f59a81c 100644 --- a/lib/ubsan.c +++ b/lib/ubsan.c | |||
@@ -427,8 +427,7 @@ void __ubsan_handle_shift_out_of_bounds(struct shift_out_of_bounds_data *data, | |||
427 | EXPORT_SYMBOL(__ubsan_handle_shift_out_of_bounds); | 427 | EXPORT_SYMBOL(__ubsan_handle_shift_out_of_bounds); |
428 | 428 | ||
429 | 429 | ||
430 | void __noreturn | 430 | void __ubsan_handle_builtin_unreachable(struct unreachable_data *data) |
431 | __ubsan_handle_builtin_unreachable(struct unreachable_data *data) | ||
432 | { | 431 | { |
433 | unsigned long flags; | 432 | unsigned long flags; |
434 | 433 | ||