From 3726e6c57f4e006f2744ab5b866ef98f2a79747d Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Thu, 16 Jul 2009 00:37:28 +0000 Subject: 2009-07-15 Kai Tietz * listing.c (print_source): Initialize cache by NULL. --- gas/listing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas/listing.c') diff --git a/gas/listing.c b/gas/listing.c index 3af70d7..aafc545 100644 --- a/gas/listing.c +++ b/gas/listing.c @@ -983,7 +983,7 @@ print_source (file_info_type * current_file, #define NUM_CACHE_LINES 3 static cached_line cached_lines[NUM_CACHE_LINES]; static int next_free_line = 0; - cached_line * cache; + cached_line * cache = NULL; if (current_file->linenum > list->hll_line && list->hll_line > 0) -- cgit v1.1