X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=includes%2Fstg%2FMiscClosures.h;h=4e5667b32c76d8d85a82b755513654bea0c7e16d;hp=9834c4bbf3524ce36ddb00fa493b2002802bd9a6;hb=848797ebb9b60cf9c8a004c97afd008f5325c75f;hpb=1373cd3085b8dec456e6118c58e940718cb9d559 diff --git a/includes/stg/MiscClosures.h b/includes/stg/MiscClosures.h index 9834c4b..4e5667b 100644 --- a/includes/stg/MiscClosures.h +++ b/includes/stg/MiscClosures.h @@ -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);