From 1a0a850df64ce80209bb834ea1a37529a251a6c4 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 24 Apr 2007 12:08:39 +0000 Subject: * srconv.c (walk_tree_type_1): Initialise dpt.dunno. --- binutils/srconv.c | 1 + 1 file changed, 1 insertion(+) (limited to 'binutils/srconv.c') diff --git a/binutils/srconv.c b/binutils/srconv.c index ef1b8c7..8403339 100644 --- a/binutils/srconv.c +++ b/binutils/srconv.c @@ -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); -- cgit v1.1