Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
313740ea
Commit
313740ea
authored
Aug 07, 2012
by
Simon Marlow
Browse files
fix a warning
parent
df7a20ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/codeGen/StgCmmBind.hs
View file @
313740ea
...
...
@@ -395,7 +395,7 @@ closureCodeBody :: Bool -- whether this is a top-level binding
argSatisfactionCheck (by calling fetchAndReschedule).
There info if Node points to closure is available. -- HWL -}
closureCodeBody
top_lvl
bndr
cl_info
cc
args
arity
body
fv_details
closureCodeBody
top_lvl
bndr
cl_info
cc
_
args
arity
body
fv_details
|
arity
==
0
-- No args i.e. thunk
=
emitClosureProcAndInfoTable
top_lvl
bndr
lf_info
info_tbl
[]
$
\
(
_
,
node
,
_
)
->
thunkCode
cl_info
fv_details
cc
node
arity
body
...
...
Write
Preview
Supports
Markdown
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