hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
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