From 62ee0f7e1936a9eccb55fa360a1dce223819e0b8 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 11 Jun 2022 23:35:33 +0300 Subject: continue documentation --- lib/ubsan.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/ubsan.c') 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); } -- cgit v1.3