aboutsummaryrefslogtreecommitdiff
path: root/gas/listing.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/listing.c')
-rw-r--r--gas/listing.c2
1 files changed, 1 insertions, 1 deletions
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)