summaryrefslogtreecommitdiff
path: root/rts/include/rts/Ticky.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/include/rts/Ticky.h')
-rw-r--r--rts/include/rts/Ticky.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/include/rts/Ticky.h b/rts/include/rts/Ticky.h
index 93043d8514..7658e3c08a 100644
--- a/rts/include/rts/Ticky.h
+++ b/rts/include/rts/Ticky.h
@@ -26,6 +26,7 @@ typedef struct _StgEntCounter {
/* (rest of args are in registers) */
char *str; /* name of the thing */
char *arg_kinds; /* info about the args types */
+ StgInfoTable *info; /* Info table corresponding to this closure */
StgInt entry_count; /* Trips to fast entry code */
StgInt allocs; /* number of allocations by this fun */
struct _StgEntCounter *link;/* link to chain them all together */