]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
dwarflint: Fix classification of no_coverage DIEs
authorPetr Machata <pmachata@redhat.com>
Mon, 20 Sep 2010 22:26:17 +0000 (00:26 +0200)
committerPetr Machata <pmachata@redhat.com>
Mon, 20 Sep 2010 22:26:17 +0000 (00:26 +0200)
dwarflint/locstats.cc

index 30f46c99da312141a2353890866aeafe34b5cd55..5452674a85b7e394743f630c7e55005bf1dd4747 100644 (file)
@@ -474,7 +474,7 @@ locstats::locstats (checkstack &stack, dwarflint &lint)
            }
        }
 
-      if (coverage == 0)
+      if (coverage == cov_00)
        {
          if (ignore.test (dt_no_coverage))
            continue;