Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/d28a72233550a907533751a6c4fccc472e5be4a0

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

commit d28a72233550a907533751a6c4fccc472e5be4a0
Author: Simon Marlow <marlo...@gmail.com>
Date:   Wed Oct 31 13:49:36 2012 +0000

    A couple of W_s should be P_s (not an actual bug, I think)

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

 rts/PrimOps.cmm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/rts/PrimOps.cmm b/rts/PrimOps.cmm
index 67a0a5a..6ff7dc0 100644
--- a/rts/PrimOps.cmm
+++ b/rts/PrimOps.cmm
@@ -1070,8 +1070,8 @@ stg_newTVarzh (P_ init)
 
 stg_readTVarzh (P_ tvar)
 {
-  W_ trec;
-  W_ result;
+  P_ trec;
+  P_ result;
 
   // Call to stmReadTVar may allocate
   MAYBE_GC_P (stg_readTVarzh, tvar);



_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to