X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc%2Fincludes%2FStgMiscClosures.h;h=432767d60b8276fde1568ea64d42deeab8d4efae;hb=91b07216be1cb09230b7d1b417899ddea8620ff3;hp=f55c059254166ae1de1e4b662cc30cbcb3409e1f;hpb=da69fa9c5047c5b0d05bdb05eaddefa1eb5d5a36;p=ghc-hetmet.git diff --git a/ghc/includes/StgMiscClosures.h b/ghc/includes/StgMiscClosures.h index f55c059..432767d 100644 --- a/ghc/includes/StgMiscClosures.h +++ b/ghc/includes/StgMiscClosures.h @@ -126,7 +126,8 @@ RTS_INFO(stg_MUT_ARR_PTRS_CLEAN_info); RTS_INFO(stg_MUT_ARR_PTRS_DIRTY_info); RTS_INFO(stg_MUT_ARR_PTRS_FROZEN_info); RTS_INFO(stg_MUT_ARR_PTRS_FROZEN0_info); -RTS_INFO(stg_MUT_VAR_info); +RTS_INFO(stg_MUT_VAR_CLEAN_info); +RTS_INFO(stg_MUT_VAR_DIRTY_info); RTS_INFO(stg_END_TSO_QUEUE_info); RTS_INFO(stg_MUT_CONS_info); RTS_INFO(stg_catch_info); @@ -186,7 +187,8 @@ RTS_ENTRY(stg_MUT_ARR_PTRS_CLEAN_entry); RTS_ENTRY(stg_MUT_ARR_PTRS_DIRTY_entry); RTS_ENTRY(stg_MUT_ARR_PTRS_FROZEN_entry); RTS_ENTRY(stg_MUT_ARR_PTRS_FROZEN0_entry); -RTS_ENTRY(stg_MUT_VAR_entry); +RTS_ENTRY(stg_MUT_VAR_CLEAN_entry); +RTS_ENTRY(stg_MUT_VAR_DIRTY_entry); RTS_ENTRY(stg_END_TSO_QUEUE_entry); RTS_ENTRY(stg_MUT_CONS_entry); RTS_ENTRY(stg_catch_entry);