From d12023f5581cedc96662e10be42c2f6819a64697 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 23 Oct 2002 08:52:26 +0000 Subject: [PATCH] [project @ 2002-10-23 08:52:26 by simonmar] Add atomicModifyIORefzh_fast symbol (should have been done with the rest of the atomicModifyIORef# commit, thanks to Manuel Chakravarty for pointing out the problem). --- ghc/rts/Linker.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghc/rts/Linker.c b/ghc/rts/Linker.c index 261caf1..a4854e1 100644 --- a/ghc/rts/Linker.c +++ b/ghc/rts/Linker.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Linker.c,v 1.105 2002/10/12 23:12:08 wolfgang Exp $ + * $Id: Linker.c,v 1.106 2002/10/23 08:52:26 simonmar Exp $ * * (c) The GHC Team, 2000, 2001 * @@ -391,6 +391,7 @@ typedef struct _RtsSymbolVal { SymX(newCAF) \ SymX(newMVarzh_fast) \ SymX(newMutVarzh_fast) \ + SymX(atomicModifyMutVarzh_fast) \ SymX(newPinnedByteArrayzh_fast) \ SymX(orIntegerzh_fast) \ SymX(performGC) \ -- 1.7.10.4