kernel/arch/ia64/kernel/unwind_i.h
.. .. @@ -42,7 +42,7 @@ 42 42 43 43 struct unw_info_block { 44 44 u64 header; 45 - u64 desc[0]; /* unwind descriptors */45 + u64 desc[]; /* unwind descriptors */46 46 /* personality routine and language-specific data follow behind descriptors */ 47 47 }; 48 48