hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/arch/ia64/kernel/unwind_i.h
....@@ -42,7 +42,7 @@
4242
4343 struct unw_info_block {
4444 u64 header;
45
- u64 desc[0]; /* unwind descriptors */
45
+ u64 desc[]; /* unwind descriptors */
4646 /* personality routine and language-specific data follow behind descriptors */
4747 };
4848