From b88b71c279992aa4c722c8885428691dbcde6ebf Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 11 Feb 2005 09:57:32 +0000 Subject: [PATCH] [project @ 2005-02-11 09:57:32 by simonmar] Add a missing delcaration for stg_MUT_ARR_PTRS_FROZEN0_entry (unbreak the unregisterised build). --- ghc/includes/StgMiscClosures.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/includes/StgMiscClosures.h b/ghc/includes/StgMiscClosures.h index b0c15d5..16d1483 100644 --- a/ghc/includes/StgMiscClosures.h +++ b/ghc/includes/StgMiscClosures.h @@ -182,6 +182,7 @@ RTS_ENTRY(stg_ARR_WORDS_entry); RTS_ENTRY(stg_MUT_ARR_WORDS_entry); RTS_ENTRY(stg_MUT_ARR_PTRS_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_END_TSO_QUEUE_entry); RTS_ENTRY(stg_MUT_CONS_entry); -- 1.7.10.4