Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/e15981a16c832b8cd7dbba676399fd555a379272 >--------------------------------------------------------------- commit e15981a16c832b8cd7dbba676399fd555a379272 Author: Simon Marlow <marlo...@gmail.com> Date: Mon Nov 5 15:41:54 2012 +0000 some W_s should be P_s >--------------------------------------------------------------- rts/PrimOps.cmm | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rts/PrimOps.cmm b/rts/PrimOps.cmm index be8bc15..18757bf 100644 --- a/rts/PrimOps.cmm +++ b/rts/PrimOps.cmm @@ -885,9 +885,9 @@ INFO_TABLE_RET(stg_catch_stm_frame, CATCH_STM_FRAME, stg_atomicallyzh (P_ stm) { - W_ old_trec; - W_ new_trec; - W_ code, next_invariant, frame_result; + P_ old_trec; + P_ new_trec; + P_ code, next_invariant, frame_result; // stmStartTransaction may allocate MAYBE_GC_P(stg_atomicallyzh, stm); _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc