diff options
Diffstat (limited to 'rts/Updates.cmm')
-rw-r--r-- | rts/Updates.cmm | 7 |
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 |