From 8c2b460d143d8dda4a86b826c0920918aa15f1f7 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Fri, 18 Nov 2016 09:11:30 -0500 Subject: fcopy part 4 --- src/firemon/top.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/firemon/top.c') diff --git a/src/firemon/top.c b/src/firemon/top.c index b804761dd..94271523c 100644 --- a/src/firemon/top.c +++ b/src/firemon/top.c @@ -292,6 +292,9 @@ void top(void) { } } head_print(col, row); +#ifdef HAVE_GCOV + __gcov_flush(); +#endif } } -- cgit v1.2.3-54-g00ecf