summaryrefslogtreecommitdiff
path: root/rts/StgStartup.cmm
diff options
context:
space:
mode:
authorCheng Shao <astrohavoc@gmail.com>2022-10-27 13:44:50 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-11-11 00:26:55 -0500
commit8104f6f5524d324e56fe903d07aab4cad16ceaf5 (patch)
tree83af880dcd8457886e6a9122d84c21e6d58dce46 /rts/StgStartup.cmm
parent2e6ab4537ff5a2d496de44a0475efb274867317a (diff)
downloadhaskell-8104f6f5524d324e56fe903d07aab4cad16ceaf5.tar.gz
Fix Cmm symbol kind
Diffstat (limited to 'rts/StgStartup.cmm')
-rw-r--r--rts/StgStartup.cmm5
1 files changed, 5 insertions, 0 deletions
diff --git a/rts/StgStartup.cmm b/rts/StgStartup.cmm
index 388e27965e..cbdff480d9 100644
--- a/rts/StgStartup.cmm
+++ b/rts/StgStartup.cmm
@@ -12,6 +12,11 @@
#include "Cmm.h"
+#if !defined(UnregisterisedCompiler)
+import CLOSURE CCS_SYSTEM;
+import CLOSURE stg_dead_thread_info;
+#endif
+
/*
* This module contains the two entry points and the final exit point
* to/from the Haskell world. We can enter either by: