Initialize prev_line.

2010-07-06  H.J. Lu  <hongjiu.lu@intel.com>

	* dwarf2.c (add_line_info): Initialize prev_line.
This commit is contained in:
H.J. Lu 2010-07-06 21:13:57 +00:00
parent 11763c1856
commit f5296ddc5e
2 changed files with 5 additions and 0 deletions

View file

@ -1058,6 +1058,7 @@ add_line_info (struct line_info_table *table,
return FALSE;
/* Set member data of 'info'. */
info->prev_line = NULL;
info->address = address;
info->op_index = op_index;
info->line = line;