diff options
Diffstat (limited to 'gcc/ggc-page.c')
-rw-r--r-- | gcc/ggc-page.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ggc-page.c b/gcc/ggc-page.c index 1d1b9607b1e..7dcf64edfae 100644 --- a/gcc/ggc-page.c +++ b/gcc/ggc-page.c @@ -1157,7 +1157,7 @@ ggc_page_print_statistics () unsigned int i; /* Clear the statistics. */ - bzero (&stats, sizeof (stats)); + memset (&stats, 0, sizeof (stats)); /* Make sure collection will really occur. */ G.allocated_last_gc = 0; |