forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-09 244b2c5ca8b14627e4a17755e5922221e121c771
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