[commit: ghc] master: Fix copy/paste error (#8937) (59b9b06)
git at git.haskell.org
git at git.haskell.org
Fri Apr 4 19:41:13 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/59b9b067b030d551f9b42423b50770c661c9d86c/ghc
>---------------------------------------------------------------
commit 59b9b067b030d551f9b42423b50770c661c9d86c
Author: Simon Marlow <marlowsd at gmail.com>
Date: Tue Apr 1 13:02:59 2014 +0100
Fix copy/paste error (#8937)
>---------------------------------------------------------------
59b9b067b030d551f9b42423b50770c661c9d86c
rts/Exception.cmm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rts/Exception.cmm b/rts/Exception.cmm
index e2fc554..553df3d 100644
--- a/rts/Exception.cmm
+++ b/rts/Exception.cmm
@@ -157,7 +157,7 @@ stg_maskAsyncExceptionszh /* explicit stack */
stg_maskUninterruptiblezh /* explicit stack */
{
/* Args: R1 :: IO a */
- STK_CHK_P_LL (WDS(1)/* worst case */, stg_maskAsyncExceptionszh, R1);
+ STK_CHK_P_LL (WDS(1)/* worst case */, stg_maskUninterruptiblezh, R1);
if ((TO_W_(StgTSO_flags(CurrentTSO)) & TSO_BLOCKEX) == 0) {
/* avoid growing the stack unnecessarily */
More information about the ghc-commits
mailing list