[commit: ghc] wip/angerman/llvmng: [genapply] feed args. (4f367c6)
git at git.haskell.org
git at git.haskell.org
Wed Sep 27 08:39:21 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/angerman/llvmng
Link : http://ghc.haskell.org/trac/ghc/changeset/4f367c6abca588a2f006833ee2a0327ca709a614/ghc
>---------------------------------------------------------------
commit 4f367c6abca588a2f006833ee2a0327ca709a614
Author: Moritz Angermann <moritz.angermann at gmail.com>
Date: Mon Sep 25 20:34:28 2017 +0800
[genapply] feed args.
>---------------------------------------------------------------
4f367c6abca588a2f006833ee2a0327ca709a614
utils/genapply/Main.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/utils/genapply/Main.hs b/utils/genapply/Main.hs
index 9248c22..b30c9f8 100644
--- a/utils/genapply/Main.hs
+++ b/utils/genapply/Main.hs
@@ -858,7 +858,7 @@ genApplyFast regstatus args =
nest 4 (vcat [
text "Sp_adj" <> parens (int (-sp_offset)) <> semi,
saveRegOffs reg_locs,
- mkJump regstatus fun_ret_label [] [] <> semi
+ mkJump regstatus fun_ret_label [] args <> semi
]),
char '}'
]),
More information about the ghc-commits
mailing list