summaryrefslogtreecommitdiff
path: root/rts/Updates.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/Updates.cmm
parent2e6ab4537ff5a2d496de44a0475efb274867317a (diff)
downloadhaskell-8104f6f5524d324e56fe903d07aab4cad16ceaf5.tar.gz
Fix Cmm symbol kind
Diffstat (limited to 'rts/Updates.cmm')
-rw-r--r--rts/Updates.cmm7
1 files changed, 7 insertions, 0 deletions
diff --git a/rts/Updates.cmm b/rts/Updates.cmm
index 57839216c4..c1de06c5e4 100644
--- a/rts/Updates.cmm
+++ b/rts/Updates.cmm
@@ -16,6 +16,13 @@
#include "Updates.h"
+#if !defined(UnregisterisedCompiler)
+import CLOSURE UPD_CON_IN_NEW_ctr;
+import CLOSURE UPD_OLD_IND_ctr;
+import CLOSURE UPD_NEW_IND_ctr;
+import CLOSURE stg_BLACKHOLE_info;
+#endif
+
/*
* The update code is PERFORMANCE CRITICAL, if you make any changes
* here make sure you eyeball the assembly and check that the fast