summaryrefslogtreecommitdiff
path: root/rts/Ticky.c
diff options
context:
space:
mode:
authorAndreas Klebinger <klebinger.andreas@gmx.at>2022-06-21 17:04:12 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-07-04 17:55:55 -0400
commitaba482ea941bb0b06f041be950712ed71e047e81 (patch)
tree72ecb5bd029a37818f40cb7fd77851f8c59e3aa8 /rts/Ticky.c
parent3b13aab14589823744495306bfb4c7bb522d22a5 (diff)
downloadhaskell-aba482ea941bb0b06f041be950712ed71e047e81.tar.gz
Ticky:Make json info a separate field.
Fixes #21233
Diffstat (limited to 'rts/Ticky.c')
-rw-r--r--rts/Ticky.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Ticky.c b/rts/Ticky.c
index f82cd27104..a216fcb00f 100644
--- a/rts/Ticky.c
+++ b/rts/Ticky.c
@@ -17,7 +17,7 @@
*/
StgEntCounter top_ct
= { 0, 0, 0,
- "TOP", "", NULL,
+ "TOP", "", "",NULL,
0, 0, NULL };
/* Data structure used in ``registering'' one of these counters. */