[commit: ghc] wip/Txxxxx: WIP: ooops (afca6e4)
git at git.haskell.org
git at git.haskell.org
Thu Dec 28 11:00:41 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/Txxxxx
Link : http://ghc.haskell.org/trac/ghc/changeset/afca6e491dc36a39734d6d3fd85465acf648530b/ghc
>---------------------------------------------------------------
commit afca6e491dc36a39734d6d3fd85465acf648530b
Author: Gabor Greif <ggreif at gmail.com>
Date: Thu Dec 28 12:00:23 2017 +0100
WIP: ooops
>---------------------------------------------------------------
afca6e491dc36a39734d6d3fd85465acf648530b
compiler/codeGen/StgCmmClosure.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/codeGen/StgCmmClosure.hs b/compiler/codeGen/StgCmmClosure.hs
index 39d156f..bc9bb65 100644
--- a/compiler/codeGen/StgCmmClosure.hs
+++ b/compiler/codeGen/StgCmmClosure.hs
@@ -581,7 +581,7 @@ getCallMethod dflags name id (LFReEntrant _ _ arity _ _) n_args _v_args _cg_loc
getCallMethod _ _name _ LFUnlifted n_args _v_args _cg_loc _self_loop_info
= ASSERT( n_args == 0 ) ReturnIt
-getCallMethod _ name _ (LFUnknown False) 0 _v_args cg_loc _self_loop_info
+getCallMethod _ name _ (LFUnknown False) 0 _v_args _cg_loc _self_loop_info
| occNameString (nameOccName name) == "wild" -- TODO: make this robust
= ReturnIt -- seems to come from case, must be (tagged) WHNF already
More information about the ghc-commits
mailing list