summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Himmelstrup <lemmih@gmail.com>2020-09-09 18:13:03 +0800
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-09-09 18:32:16 -0400
commit4798caa0fefd7adf4c5b85fa84a6f28fcc6b350b (patch)
tree1880fcfc2f0cc755237aec2b0fe37e9e8d469d34
parent291a15dd8dfc03d493c0db36a9cb62fd4867db10 (diff)
downloadhaskell-4798caa0fefd7adf4c5b85fa84a6f28fcc6b350b.tar.gz
rts comment: RTS_TICKY_SYMBOLS moved from rts/Linker.c to rts/RtsSymbols.c
-rw-r--r--includes/stg/Ticky.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/stg/Ticky.h b/includes/stg/Ticky.h
index d691106277..1dd47c6590 100644
--- a/includes/stg/Ticky.h
+++ b/includes/stg/Ticky.h
@@ -19,7 +19,7 @@
/* Here are all the counter declarations: */
/* If you change this list, make the corresponding change
- in RTS_TICKY_SYMBOLS in rts/Linker.c */
+ in RTS_TICKY_SYMBOLS in rts/RtsSymbols.c */
/* These two are explicitly declared in rts/Ticky.c, and
hence should not be extern'd except when using this header