forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
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