Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
62ab9937
Commit
62ab9937
authored
Aug 07, 2012
by
Simon Marlow
Browse files
fix warning
parent
396f0903
Changes
1
Show whitespace changes
Inline
Side-by-side
compiler/codeGen/StgCmmBind.hs
View file @
62ab9937
...
...
@@ -418,7 +418,7 @@ closureCodeBody top_lvl bndr cl_info cc args arity body fv_details
-- Emit the main entry code
;
emitClosureProcAndInfoTable
top_lvl
bndr
lf_info
info_tbl
args
$
\
(
offset
,
node
,
arg_regs
)
->
do
\
(
_
offset
,
node
,
arg_regs
)
->
do
-- Emit slow-entry code (for entering a closure through a PAP)
{
mkSlowEntryCode
cl_info
arg_regs
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment