aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sparse.c
diff options
Diffstat (limited to 'sparse.c')
-rw-r--r--sparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sparse.c b/sparse.c
index 6a445a17..975c0a4b 100644
--- a/sparse.c
+++ b/sparse.c
@@ -315,7 +315,7 @@ static void check_symbols(struct symbol_list *list)
expand_symbol(sym);
ep = linearize_symbol(sym);
- if (ep) {
+ if (ep && ep->entry) {
if (dbg_entry)
show_entry(ep);