* srconv.c (walk_tree_type_1): Initialise dpt.dunno.
This commit is contained in:
parent
312aaa3cfe
commit
1a0a850df6
@ -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>
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user