aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2022-06-11 23:35:33 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2022-06-11 23:35:33 +0300
commit62ee0f7e1936a9eccb55fa360a1dce223819e0b8 (patch)
tree2c67698cac4e94cd7643f7acf19f1ada12f37472 /lib
parent56fb0b774a8e89be1cb7ab1e5f464bbedd19fb22 (diff)
downloadkmi-62ee0f7e1936a9eccb55fa360a1dce223819e0b8.tar.gz
kmi-62ee0f7e1936a9eccb55fa360a1dce223819e0b8.zip
continue documentation
Diffstat (limited to 'lib')
-rw-r--r--lib/ubsan.c3
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);
}