From 2322bc9a89a9d8a6132a6818ccff6f665d7ed7f1 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 22 Feb 2006 16:38:27 +0000 Subject: [PATCH] oops, initialize atomic_modify_mutvar_mutex --- ghc/rts/Storage.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/rts/Storage.c b/ghc/rts/Storage.c index ef58c1f..4933854 100644 --- a/ghc/rts/Storage.c +++ b/ghc/rts/Storage.c @@ -132,6 +132,7 @@ initStorage( void ) #if defined(THREADED_RTS) initMutex(&sm_mutex); + initMutex(&atomic_modify_mutvar_mutex); #endif ACQUIRE_SM_LOCK; -- 1.7.10.4