* srconv.c (walk_tree_type_1): Initialise dpt.dunno.

This commit is contained in:
Nick Clifton 2007-04-24 12:08:39 +00:00
parent 312aaa3cfe
commit 1a0a850df6
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2007-04-24 Nick Clifton <nickc@redhat.com>
* srconv.c (walk_tree_type_1): Initialise dpt.dunno.
2007-04-24 Nathan Froyd <froydnj@codesourcery.com>
Phil Edwards <phil@codesourcery.com>

View File

@ -704,6 +704,7 @@ walk_tree_type_1 (struct coff_sfile *sfile, struct coff_symbol *symbol,
{
struct IT_dpt dpt;
dpt.dunno = 0;
walk_tree_type_1 (sfile, symbol, type->u.pointer.points_to, nest + 1);
dpt.neg = 0x1001;
sysroff_swap_dpt_out (file, &dpt);