提交 eca28e37 编写于 作者: P Paul Mundt

sh: Fix up uninitialized variable warning in dwarf unwinder.

Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
上级 1c8db713
......@@ -902,7 +902,7 @@ static int dwarf_parse_section(char *eh_frame_start, char *eh_frame_end,
u32 entry_type;
void *p, *entry;
int count, err = 0;
unsigned long len;
unsigned long len = 0;
unsigned int c_entries, f_entries;
unsigned char *end;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册