[commit: ghc] wip/T14626: WIP: ooops (9c25791)

git at git.haskell.org git at git.haskell.org
Sun Jan 28 16:06:19 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/T14626
Link       : http://ghc.haskell.org/trac/ghc/changeset/9c25791daa622cc946bf2779a3bed5035b67c4de/ghc

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

commit 9c25791daa622cc946bf2779a3bed5035b67c4de
Author: Gabor Greif <ggreif at gmail.com>
Date:   Thu Dec 28 12:00:23 2017 +0100

    WIP: ooops


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

9c25791daa622cc946bf2779a3bed5035b67c4de
 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 9ce952e..669b1e5 100644
--- a/compiler/codeGen/StgCmmClosure.hs
+++ b/compiler/codeGen/StgCmmClosure.hs
@@ -587,7 +587,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