diff options
Diffstat (limited to 'gcc/value-prof.c')
-rw-r--r-- | gcc/value-prof.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/value-prof.c b/gcc/value-prof.c index b03e6777ae8..2de51f63be1 100644 --- a/gcc/value-prof.c +++ b/gcc/value-prof.c @@ -354,7 +354,7 @@ visit_hist (void **slot, void *data) debug_generic_stmt (hist->hvalue.stmt); error_found = true; } - return 0; + return 1; } /* Verify sanity of the histograms. */ @@ -406,7 +406,7 @@ free_hist (void **slot, void *data ATTRIBUTE_UNUSED) memset (hist, 0xab, sizeof (*hist)); #endif free (hist); - return 0; + return 1; } void |