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
Glasgow Haskell Compiler
GHC
Commits
4464c92b
Commit
4464c92b
authored
Jan 04, 2012
by
Simon Marlow
Browse files
mkSlowEntryCode: enterLocalIdLabel should be enterIdLabel (
#5357
)
parent
659f47d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/codeGen/CgClosure.lhs
View file @
4464c92b
...
...
@@ -374,7 +374,7 @@ mkSlowEntryCode cl_info reg_args
stk_adj_pop = CmmAssign spReg (cmmRegOffW spReg final_stk_offset)
stk_adj_push = CmmAssign spReg (cmmRegOffW spReg (- final_stk_offset))
jump_to_entry = CmmJump (mkLblExpr (enter
Local
IdLabel name has_caf_refs)) []
jump_to_entry = CmmJump (mkLblExpr (enterIdLabel name has_caf_refs)) []
\end{code}
...
...
Simon Marlow
@simonmar
mentioned in commit
974f4510
·
Jan 05, 2012
mentioned in commit
974f4510
mentioned in commit 974f45103b930ed4310f9ec67b20399e3f289adf
Toggle commit list
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