Checkpoint in valgrind work

This commit is contained in:
Landon Curt Noll
2021-11-27 00:05:28 -08:00
parent fde724aa2d
commit f4d754b47d
9 changed files with 24 additions and 2 deletions

1
seed.c
View File

@@ -373,6 +373,7 @@ pseudo_seed(void)
* We do care (that much) if these calls fail. We do not
* need to process any data in the 'sdata' structure.
*/
memset(&sdata, 0, sizeof(sdata));
#if defined(HAVE_GETTIME)
# if defined(CLOCK_SGI_CYCLE)
(void) clock_gettime(CLOCK_SGI_CYCLE, &sdata.sgi_cycle);