diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/ubsan.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ubsan.c b/lib/ubsan.c index d3e363e..191787a 100644 --- a/lib/ubsan.c +++ b/lib/ubsan.c @@ -226,7 +226,8 @@ void __ubsan_handle_pointer_overflow(const struct overflow_data *data) * * @param data Out of bounds information, generated by the compiler. */ -void __ubsan_handle_shift_out_of_bounds(const struct shift_out_of_bounds_data *data) +void __ubsan_handle_shift_out_of_bounds( + const struct shift_out_of_bounds_data *data) { print_location("shift out of bounds", data->location); } |
