change throwTo to use tryWakeupThread rather than unblockOne
[ghc-hetmet.git] / includes / stg / MiscClosures.h
index 9834c4b..4e5667b 100644 (file)
@@ -120,6 +120,7 @@ RTS_INFO(stg_MSG_WAKEUP_info);
 RTS_INFO(stg_MSG_TRY_WAKEUP_info);
 RTS_INFO(stg_MSG_THROWTO_info);
 RTS_INFO(stg_MSG_BLACKHOLE_info);
+RTS_INFO(stg_MSG_NULL_info);
 RTS_INFO(stg_MUT_CONS_info);
 RTS_INFO(stg_catch_info);
 RTS_INFO(stg_PAP_info);
@@ -171,6 +172,7 @@ RTS_ENTRY(stg_MSG_WAKEUP_entry);
 RTS_ENTRY(stg_MSG_TRY_WAKEUP_entry);
 RTS_ENTRY(stg_MSG_THROWTO_entry);
 RTS_ENTRY(stg_MSG_BLACKHOLE_entry);
+RTS_ENTRY(stg_MSG_NULL_entry);
 RTS_ENTRY(stg_MUT_CONS_entry);
 RTS_ENTRY(stg_catch_entry);
 RTS_ENTRY(stg_PAP_entry);