forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
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