[commit: ghc] master: rts/PrimOps.cmm: follow '_static_closure' update (eb191ab)
git at git.haskell.org
git at git.haskell.org
Thu Oct 2 20:34:53 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/eb191ab6c85f4b668a6e9151dcecaf1f1e7ec7c2/ghc
>---------------------------------------------------------------
commit eb191ab6c85f4b668a6e9151dcecaf1f1e7ec7c2
Author: Sergei Trofimovich <slyfox at gentoo.org>
Date: Thu Oct 2 21:30:26 2014 +0100
rts/PrimOps.cmm: follow '_static_closure' update
Caught by UNREG build failure:
rts_dist_HC rts/dist/build/PrimOps.o
/tmp/ghc8613_0/ghc8613_2.hc: In function 'cf8_entry':
/tmp/ghc8613_0/ghc8613_2.hc:1942:13:
error: 'base_ControlziExceptionziBase_nestedAtomically_static_closure' undeclared (first use in this function)
R1.w = (W_)&base_ControlziExceptionziBase_nestedAtomically_static_closure;
^
Signed-off-by: Sergei Trofimovich <slyfox at gentoo.org>
>---------------------------------------------------------------
eb191ab6c85f4b668a6e9151dcecaf1f1e7ec7c2
rts/PrimOps.cmm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rts/PrimOps.cmm b/rts/PrimOps.cmm
index eb3ce28..a0e744b 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_closure;
+import base_ControlziExceptionziBase_nestedAtomically_static_closure;
import EnterCriticalSection;
import LeaveCriticalSection;
import ghczmprim_GHCziTypes_False_static_closure;
More information about the ghc-commits
mailing list