summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2014-02-13 07:23:48 -0600
committerAustin Seipp <austin@well-typed.com>2014-02-17 01:46:03 -0600
commit4bb50ed0c6246e2d45e22e79f5658db1fa8a58b3 (patch)
tree2e6d6b7cfa581b0a24ef18dc058606a8c10f25c2 /includes
parent68f0a6a6cd5bf3374fbc4a4fb09df4cbda97b61c (diff)
downloadhaskell-4bb50ed0c6246e2d45e22e79f5658db1fa8a58b3.tar.gz
Fix --enable-unregistered by declaring missing RTS functions (#8748)
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'includes')
-rw-r--r--includes/stg/MiscClosures.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/stg/MiscClosures.h b/includes/stg/MiscClosures.h
index f8c8f0dbd1..ff781dd4ec 100644
--- a/includes/stg/MiscClosures.h
+++ b/includes/stg/MiscClosures.h
@@ -465,6 +465,8 @@ extern StgWord RTS_VAR(CCS_LIST); /* registered CCS list */
extern StgWord CCS_SYSTEM[];
extern unsigned int RTS_VAR(CC_ID); /* global ids */
extern unsigned int RTS_VAR(CCS_ID);
+RTS_FUN_DECL(enterFunCCS);
+RTS_FUN_DECL(pushCostCentre);
// Capability.c
extern unsigned int n_capabilities;