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
45b96c6f
Commit
45b96c6f
authored
Dec 16, 1996
by
simonm
Browse files
[project @ 1996-12-16 16:40:43 by simonm]
fix bug in latest commit
parent
476eadf9
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/codeGen/CgTailCall.lhs
View file @
45b96c6f
...
...
@@ -334,7 +334,7 @@ tailCallBusiness fun fun_amode lf_info arg_amodes live_vars pending_assts
([],
mkAbstractCs [
CCallProfCtrMacro SLIT("ENT_VIA_NODE") [],
CJump (CMacroExpr CodePtr
Kind
ENTRY_CODE [(CMacroExpr DataPtr
Kind
INFO_PTR [CReg node])])
CJump (CMacroExpr CodePtr
Rep
ENTRY_CODE [(CMacroExpr DataPtr
Rep
INFO_PTR [CReg node])])
])
StdEntry lbl Nothing -> ([], CJump (CLbl lbl CodePtrRep))
StdEntry lbl (Just itbl) -> ([], CAssign (CReg infoptr) (CLbl itbl DataPtrRep)
...
...
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