[commit: ghc] master: Revert "rts/PrimOps.cmm: follow '_static_closure' update" (07a99c1)

git at git.haskell.org git at git.haskell.org
Tue Oct 21 09:15:16 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/07a99c163af2ea5346e94e416d00d50f09f4b7f7/ghc

>---------------------------------------------------------------

commit 07a99c163af2ea5346e94e416d00d50f09f4b7f7
Author: Sergei Trofimovich <slyfox at gentoo.org>
Date:   Tue Oct 21 09:40:07 2014 +0100

    Revert "rts/PrimOps.cmm: follow '_static_closure' update"
    
    This reverts commit eb191ab6c85f4b668a6e9151dcecaf1f1e7ec7c2.
    
    Follows revert of STATIC_CLOSURE and restores UNREG build.


>---------------------------------------------------------------

07a99c163af2ea5346e94e416d00d50f09f4b7f7
 rts/PrimOps.cmm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rts/PrimOps.cmm b/rts/PrimOps.cmm
index 16c91e9..3e8612c 100644
--- a/rts/PrimOps.cmm
+++ b/rts/PrimOps.cmm
@@ -28,7 +28,7 @@
 import pthread_mutex_lock;
 import pthread_mutex_unlock;
 #endif
-import base_ControlziExceptionziBase_nestedAtomically_static_closure;
+import base_ControlziExceptionziBase_nestedAtomically_closure;
 import EnterCriticalSection;
 import LeaveCriticalSection;
 import ghczmprim_GHCziTypes_False_closure;



More information about the ghc-commits mailing list