[commit: ghc] ghc-lwc2: Fixed an error in PrimOps.cmm (cc29747)
Ian Lynagh
igloo at earth.li
Thu Feb 28 15:19:43 CET 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : ghc-lwc2
http://hackage.haskell.org/trac/ghc/changeset/cc2974761389d092bb2ed2c9be27d4a9aca482d5
>---------------------------------------------------------------
commit cc2974761389d092bb2ed2c9be27d4a9aca482d5
Author: KC Sivaramakrishnan <chandras at cs.purdue.edu>
Date: Fri Feb 22 18:12:30 2013 -0500
Fixed an error in PrimOps.cmm
>---------------------------------------------------------------
rts/PrimOps.cmm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rts/PrimOps.cmm b/rts/PrimOps.cmm
index e7e2055..1c22792 100644
--- a/rts/PrimOps.cmm
+++ b/rts/PrimOps.cmm
@@ -738,7 +738,7 @@ again: MAYBE_GC(again);
}
}
-stg_setSContCapabilityzh ( W_ SCont, W_ int )
+stg_setSContCapabilityzh ( W_ scont , W_ target )
{
#if defined (THREADED_RTS)
More information about the ghc-commits
mailing list