Updated ubsan

This commit is contained in:
Alex
2022-11-17 04:20:23 +02:00
parent 95de1f4a3e
commit 3f2cc6e3ff
2 changed files with 25 additions and 1 deletions

View File

@ -85,4 +85,10 @@ struct shift_out_of_bounds_data
struct type_descriptor *right_type;
};
struct dynamic_type_cache_miss_data
{
struct source_location location;
struct type_descriptor *type;
};
#endif // !__FENNIX_KERNEL_UBSAN_H__